aboutsummaryrefslogtreecommitdiff
path: root/Command/Info.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Info.hs')
-rw-r--r--Command/Info.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Info.hs b/Command/Info.hs
index 426a1300b..144f499e5 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 ()