aboutsummaryrefslogtreecommitdiff
path: root/Command/Info.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 12:51:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 12:51:22 -0400
commitc48b1434d1443ea1421fa474a6a5aecbf60ac83a (patch)
tree610b333a89982bf4c0c1fd675d55eb0dc66caa0e /Command/Info.hs
parent7b5ddc7a4e972cfa3d14fbefc6610fddbfcff4b7 (diff)
remove excess space
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 ()