fix invered logic for shouldDrop
This commit is contained in:
parent
1eedf495c3
commit
836561e057
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ shouldDrop _ _ False = return True
|
||||||
shouldDrop from file True = do
|
shouldDrop from file True = do
|
||||||
fp <- inRepo $ toTopFilePath file
|
fp <- inRepo $ toTopFilePath file
|
||||||
u <- maybe getUUID (return . Remote.uuid) from
|
u <- maybe getUUID (return . Remote.uuid) from
|
||||||
isPreferredContent (Just u) (S.singleton u) fp
|
not <$> isPreferredContent (Just u) (S.singleton u) fp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue