Fix wording of message displayed when unable to get a file that is available in untrusted repositories.

This commit is contained in:
Joey Hess 2015-01-16 13:29:54 -04:00
parent 3abb775855
commit 23d2519be1
4 changed files with 9 additions and 5 deletions

View file

@ -156,7 +156,7 @@ notEnoughCopies key need have skip bad = do
show (length have) ++ " out of " ++ show (fromNumCopies need) ++
" necessary copies"
Remote.showTriedRemotes bad
Remote.showLocations key (have++skip)
Remote.showLocations True key (have++skip)
"Rather than dropping this file, try using: git annex move"
hint
return False