fix a transcription error - to disable a remote, we set ignore to true, not false!

This commit is contained in:
anarcat 2020-01-08 15:30:51 +00:00 committed by admin
parent ac8139edc0
commit 6a38d94ceb

View 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: