projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e8cd4
)
typo
author
Joey Hess
<joeyh@joeyh.name>
Fri, 9 Dec 2016 16:54:12 +0000
(12:54 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 9 Dec 2016 16:54:12 +0000
(12:54 -0400)
P2P/Annex.hs
patch
|
blob
|
history
diff --git
a/P2P/Annex.hs
b/P2P/Annex.hs
index 771a72126beb960b44921e2a5ed31e934065dc55..d24e65b0fc26f8376150b579a5a9bdbeb23d8d40 100644
(file)
--- 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 k
ey
)
+ ifM (Annex.Content.inAnnex k)
( lockContentForRemoval k $ \contentlock -> do
removeAnnex contentlock
logStatus k InfoMissing