summaryrefslogtreecommitdiff
path: root/P2P
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-09 12:54:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-09 12:54:12 -0400
commitefdd19a135b284546f22f4433389113e8da7616d (patch)
treee59a8aafbad16312ffa64853fc3eaacd7d275878 /P2P
parentd23a240b2c63958d1d7c647383bccba2246c0db0 (diff)
typo
Diffstat (limited to 'P2P')
-rw-r--r--P2P/Annex.hs2
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