fix a transcription error - to disable a remote, we set ignore to true, not false!
This commit is contained in:
parent
ac8139edc0
commit
6a38d94ceb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
in the main [[git-annex]] manpage. For example, to disable the web
|
||||||
remote, you would use:
|
remote, you would use:
|
||||||
|
|
||||||
git config remote.web.annex-ignore false
|
git config remote.web.annex-ignore true
|
||||||
|
|
||||||
The result would be:
|
The result would be:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue