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)
|
Right result -> runner (next result)
|
||||||
RemoveContent k next -> do
|
RemoveContent k next -> do
|
||||||
v <- tryNonAsync $
|
v <- tryNonAsync $
|
||||||
ifM (Annex.Content.inAnnex key)
|
ifM (Annex.Content.inAnnex k)
|
||||||
( lockContentForRemoval k $ \contentlock -> do
|
( lockContentForRemoval k $ \contentlock -> do
|
||||||
removeAnnex contentlock
|
removeAnnex contentlock
|
||||||
logStatus k InfoMissing
|
logStatus k InfoMissing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue