From 542ed05a05bdb8a1701b53f8e4e7c90fe29ebdf0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Sep 2019 12:57:31 -0400 Subject: [PATCH] fix omission --- doc/upgrades.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upgrades.mdwn b/doc/upgrades.mdwn index 7076e7eb0b..784f976306 100644 --- a/doc/upgrades.mdwn +++ b/doc/upgrades.mdwn @@ -36,7 +36,7 @@ needs an upgrade, and either automatically upgrade it of refuse to do anything. To upgrade, use the "git annex upgrade" command. To prevent automatic upgrades in a repository, run: -`git config annex.autoupgraderepository` +`git config annex.autoupgraderepository false` The upgrade process is guaranteed to be conflict-free. Unless you already have git conflicts in your repository or between repositories.