diff options
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Init.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Init.hs b/Annex/Init.hs index 26502511e..03915904e 100644 --- a/Annex/Init.hs +++ b/Annex/Init.hs @@ -209,7 +209,7 @@ checkSharedClone = inRepo Git.Objects.isSharedClone initSharedClone :: Bool -> Annex () initSharedClone False = return () initSharedClone True = do - showSideAction "Repository was cloned with --shared; setting annex.hardlink=true and making repository untrusted." + showLongNote "Repository was cloned with --shared; setting annex.hardlink=true and making repository untrusted." u <- getUUID trustSet u UnTrusted setConfig (annexConfig "hardlink") (Git.Config.boolConfig True) |