tweak
This commit is contained in:
parent
5a1f10325f
commit
11994ebb3d
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ start file = isAnnexed file $ \(key, _) -> do
|
|||
|
||||
perform :: Key -> CommandPerform
|
||||
perform key = do
|
||||
locations <- keyLocations key
|
||||
(untrustedlocations, safelocations) <- trustPartition UnTrusted locations
|
||||
(untrustedlocations, safelocations) <- trustPartition UnTrusted =<< keyLocations key
|
||||
let num = length safelocations
|
||||
showNote $ show num ++ " " ++ copiesplural num
|
||||
pp <- prettyPrintUUIDs "whereis" safelocations
|
||||
|
|
Loading…
Add table
Reference in a new issue