summaryrefslogtreecommitdiff
path: root/Annex/Wanted.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Wanted.hs')
-rw-r--r--Annex/Wanted.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Wanted.hs b/Annex/Wanted.hs
index a92b1036f..2775c22cb 100644
--- a/Annex/Wanted.hs
+++ b/Annex/Wanted.hs
@@ -47,4 +47,4 @@ shouldDrop _ _ False = return True
shouldDrop from file True = do
fp <- inRepo $ toTopFilePath file
u <- maybe getUUID (return . Remote.uuid) from
- isPreferredContent (Just u) (S.singleton u) fp
+ not <$> isPreferredContent (Just u) (S.singleton u) fp