tweak message

This commit is contained in:
Joey Hess 2011-01-05 20:28:50 -04:00
parent 27619497ec
commit d134da6dab

View file

@ -137,7 +137,7 @@ showLocations key exclude = do
showTriedRemotes :: [Git.Repo] -> Annex ()
showTriedRemotes [] = return ()
showTriedRemotes remotes =
showLongNote $ "I was unable to access these remotes: " ++
showLongNote $ "Unable to access these remotes: " ++
Remotes.list remotes
getNumCopies :: Maybe Int -> Annex Int