summaryrefslogtreecommitdiff
path: root/Command/ConfigList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/ConfigList.hs')
-rw-r--r--Command/ConfigList.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs
index 383117e52..9fa4e5a44 100644
--- a/Command/ConfigList.hs
+++ b/Command/ConfigList.hs
@@ -45,7 +45,7 @@ findOrGenUUID = do
else ifM (Annex.Branch.hasSibling <||> (isJust <$> Fields.getField Fields.autoInit))
( do
liftIO checkNotReadOnly
- initialize Nothing Nothing
+ initialize (AutoInit True) Nothing Nothing
getUUID
, return NoUUID
)