aboutsummaryrefslogtreecommitdiff
path: root/Remote.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-11 00:26:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-11 00:26:29 -0400
commitd9f5cc9f73ea046fcd2b59b5e75d4600593ac05b (patch)
treee692b07c2a474bb48481e42474a1af3a5e57e22c /Remote.hs
parent1062d35cf793718617561bb112ffbc61de8a6801 (diff)
use trustExclude
Diffstat (limited to 'Remote.hs')
-rw-r--r--Remote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote.hs b/Remote.hs
index 272fc6d23..721b64edb 100644
--- a/Remote.hs
+++ b/Remote.hs
@@ -169,7 +169,7 @@ remotesWithoutUUID rs us = filter (\r -> uuid r `notElem` us) rs
{- List of repository UUIDs that the location log indicates may have a key.
- Dead repositories are excluded. -}
keyLocations :: Key -> Annex [UUID]
-keyLocations key = snd <$> (trustPartition DeadTrusted =<< loggedLocations key)
+keyLocations key = trustExclude DeadTrusted =<< loggedLocations key
{- Cost ordered lists of remotes that the location log indicates
- may have a key.