From efdd19a135b284546f22f4433389113e8da7616d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 Dec 2016 12:54:12 -0400 Subject: typo --- P2P/Annex.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P2P') 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 -- cgit v1.2.3