remove excess space
This commit is contained in:
parent
9b9b5a30e1
commit
1bd4809bd2
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue