tweak message
This commit is contained in:
parent
27619497ec
commit
d134da6dab
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ showLocations key exclude = do
|
||||||
showTriedRemotes :: [Git.Repo] -> Annex ()
|
showTriedRemotes :: [Git.Repo] -> Annex ()
|
||||||
showTriedRemotes [] = return ()
|
showTriedRemotes [] = return ()
|
||||||
showTriedRemotes remotes =
|
showTriedRemotes remotes =
|
||||||
showLongNote $ "I was unable to access these remotes: " ++
|
showLongNote $ "Unable to access these remotes: " ++
|
||||||
Remotes.list remotes
|
Remotes.list remotes
|
||||||
|
|
||||||
getNumCopies :: Maybe Int -> Annex Int
|
getNumCopies :: Maybe Int -> Annex Int
|
||||||
|
|
Loading…
Add table
Reference in a new issue