diff --git a/Command/Info.hs b/Command/Info.hs index 426a1300b4..144f499e59 100644 --- a/Command/Info.hs +++ b/Command/Info.hs @@ -140,7 +140,7 @@ itemInfo o p = ifM (isdir p) noInfo :: String -> Annex () noInfo s = do showStart "info" s - showNote $ " not a directory or an annexed file or a remote or a uuid" + showNote $ "not a directory or an annexed file or a remote or a uuid" showEndFail dirInfo :: InfoOptions -> FilePath -> Annex ()