convert isPointerFile from Annex to IO
This commit is contained in:
parent
00f0411d12
commit
a2c056df65
4 changed files with 5 additions and 5 deletions
|
@ -248,7 +248,7 @@ cleanConflictCruft resolvedks resolvedfs unstagedmap = do
|
|||
| S.member f fs || S.member (conflictCruftBase f) fs = anyM id
|
||||
[ pure (S.member i is)
|
||||
, inks <$> isAnnexLink f
|
||||
, inks <$> isPointerFile f
|
||||
, inks <$> liftIO (isPointerFile f)
|
||||
]
|
||||
| otherwise = return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue