fix a transcription error - to disable a remote, we set ignore to true, not false!
authoranarcat <anarcat@web>
Wed, 8 Jan 2020 15:30:51 +0000 (15:30 +0000)
committeradmin <admin@branchable.com>
Wed, 8 Jan 2020 15:30:51 +0000 (15:30 +0000)
doc/tips/disabling_a_special_remote.mdwn

index 3b80ef25ce35e02910147ad10ff04bc5092aad95..c14b383702b018137c4023dc82cf8646ccb3a149 100644 (file)
@@ -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: