diff options
Diffstat (limited to 'Command/Reinit.hs')
-rw-r--r-- | Command/Reinit.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Reinit.hs b/Command/Reinit.hs index 1be692871..e2c00a3d2 100644 --- a/Command/Reinit.hs +++ b/Command/Reinit.hs @@ -38,6 +38,6 @@ perform s = do then return $ toUUID s else Remote.nameToUUID s storeUUID u - initialize' + initialize' Nothing Annex.SpecialRemote.autoEnable next $ return True |