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
|
Nothing -> return is_locked
|
||||||
Just lockhandle -> do
|
Just lockhandle -> do
|
||||||
dropLock lockhandle
|
dropLock lockhandle
|
||||||
void $ tryIO $ removeWhenExistsWith removeLink (fromRawFilePath lockfile)
|
void $ tryIO $ removeWhenExistsWith R.removeLink lockfile
|
||||||
return is_unlocked
|
return is_unlocked
|
||||||
, return is_missing
|
, return is_missing
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue