diff --git a/Annex/Init.hs b/Annex/Init.hs index c1834085d1..124e28865b 100644 --- a/Annex/Init.hs +++ b/Annex/Init.hs @@ -133,9 +133,8 @@ initialize' mversion = checkInitializeAllowed $ do then configureSmudgeFilter else deconfigureSmudgeFilter unlessM isBareRepo $ do - when supportunlocked $ do - showSideAction "scanning for annexed files" - scanAnnexedFiles + showSideAction "scanning for annexed files" + scanAnnexedFiles hookWrite postCheckoutHook hookWrite postMergeHook AdjustedBranch.checkAdjustedClone >>= \case