aboutsummaryrefslogtreecommitdiff
path: root/Command/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Init.hs')
-rw-r--r--Command/Init.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index e7f57c29c..8ce82a75e 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -45,7 +45,7 @@ start os = do
perform :: InitOptions -> CommandPerform
perform os = do
- initialize
+ initialize (AutoInit False)
(if null (initDesc os) then Nothing else Just (initDesc os))
(initVersion os)
Annex.SpecialRemote.autoEnable