Fix wording of message displayed when unable to get a file that is available in untrusted repositories.
This commit is contained in:
parent
3abb775855
commit
23d2519be1
4 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue