This commit is contained in:
Joey Hess 2016-12-09 12:54:12 -04:00
parent 71e8cd408e
commit bdf2a31424
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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