fix build on windows
This commit is contained in:
parent
93520790ab
commit
d15c2d9ed3
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ inAnnexSafe key = inAnnex' (fromMaybe True) (Just False) go key
|
|||
Nothing -> return is_locked
|
||||
Just lockhandle -> do
|
||||
dropLock lockhandle
|
||||
void $ tryIO $ removeWhenExistsWith removeLink (fromRawFilePath lockfile)
|
||||
void $ tryIO $ removeWhenExistsWith R.removeLink lockfile
|
||||
return is_unlocked
|
||||
, return is_missing
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue