diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-09 12:54:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-09 12:54:12 -0400 |
commit | efdd19a135b284546f22f4433389113e8da7616d (patch) | |
tree | e59a8aafbad16312ffa64853fc3eaacd7d275878 | |
parent | d23a240b2c63958d1d7c647383bccba2246c0db0 (diff) |
typo
-rw-r--r-- | P2P/Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P2P/Annex.hs b/P2P/Annex.hs index 771a72126..d24e65b0f 100644 --- a/P2P/Annex.hs +++ b/P2P/Annex.hs @@ -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 |