typo
This commit is contained in:
parent
71e8cd408e
commit
bdf2a31424
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ runLocal runmode runner a = case a of
|
|||
Right result -> runner (next result)
|
||||
RemoveContent k next -> do
|
||||
v <- tryNonAsync $
|
||||
ifM (Annex.Content.inAnnex key)
|
||||
ifM (Annex.Content.inAnnex k)
|
||||
( lockContentForRemoval k $ \contentlock -> do
|
||||
removeAnnex contentlock
|
||||
logStatus k InfoMissing
|
||||
|
|
Loading…
Reference in a new issue