remove excess space

This commit is contained in:
Joey Hess 2016-01-20 12:51:22 -04:00
parent 9b9b5a30e1
commit 1bd4809bd2
Failed to extract signature

View file

@ -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 ()