From: anarcat Date: Wed, 8 Jan 2020 15:30:51 +0000 (+0000) Subject: fix a transcription error - to disable a remote, we set ignore to true, not false! X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~134^2~144^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6a38d94ceb8fdd2dd6bbb25944f24555e2d633b6;p=git-annex.git fix a transcription error - to disable a remote, we set ignore to true, not false! --- diff --git a/doc/tips/disabling_a_special_remote.mdwn b/doc/tips/disabling_a_special_remote.mdwn index 3b80ef25ce..c14b383702 100644 --- a/doc/tips/disabling_a_special_remote.mdwn +++ b/doc/tips/disabling_a_special_remote.mdwn @@ -9,7 +9,7 @@ simply to use the `remote.name.annex-ignore` configuration documented in the main [[git-annex]] manpage. For example, to disable the web remote, you would use: - git config remote.web.annex-ignore false + git config remote.web.annex-ignore true The result would be: