fix
This commit is contained in:
parent
0f3a3ff1e5
commit
58f5d41cac
1 changed files with 2 additions and 2 deletions
|
@ -356,8 +356,8 @@ dropKey r key
|
|||
commitOnCleanup r $ onLocal r $ do
|
||||
ensureInitialized
|
||||
whenM (Annex.Content.inAnnex key) $ do
|
||||
Annex.Content.lockContentForRemoval key $ do
|
||||
Annex.Content.removeAnnex
|
||||
Annex.Content.lockContentForRemoval key $ \lock -> do
|
||||
Annex.Content.removeAnnex lock
|
||||
logStatus key InfoMissing
|
||||
Annex.Content.saveState True
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue