aboutsummaryrefslogtreecommitdiff
path: root/Command/Reinit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Reinit.hs')
-rw-r--r--Command/Reinit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Reinit.hs b/Command/Reinit.hs
index 6defa4e95..d47e83573 100644
--- a/Command/Reinit.hs
+++ b/Command/Reinit.hs
@@ -36,6 +36,6 @@ perform s = do
then return $ toUUID s
else Remote.nameToUUID s
storeUUID u
- initialize' Nothing
+ initialize' (AutoInit False) Nothing
Annex.SpecialRemote.autoEnable
next $ return True