diff options
Diffstat (limited to 'Command/Reinit.hs')
-rw-r--r-- | Command/Reinit.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Command/Reinit.hs b/Command/Reinit.hs index 0d144e945..1be692871 100644 --- a/Command/Reinit.hs +++ b/Command/Reinit.hs @@ -13,6 +13,7 @@ import Annex.Init import Annex.UUID import Types.UUID import qualified Remote +import qualified Annex.SpecialRemote cmd :: Command cmd = dontCheck repoExists $ @@ -38,4 +39,5 @@ perform s = do else Remote.nameToUUID s storeUUID u initialize' + Annex.SpecialRemote.autoEnable next $ return True |