summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-14 14:51:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-14 14:51:26 -0400
commit03c559f8d63f5f4e9f3472d7d2de7342a21c0a90 (patch)
tree1c91c6476a26366ea84e9bdd72c7018ae73b7ea9 /Annex
parent7ebd98d8d829005c7dae38b789146d98e6800e5b (diff)
tweak
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Branch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs
index f20c87b4a..388cbc12d 100644
--- a/Annex/Branch.hs
+++ b/Annex/Branch.hs
@@ -315,6 +315,6 @@ stageJournal = do
genstream dir h fs streamer = forM_ fs $ \file -> do
let path = dir </> file
sha <- hashFile h path
- streamer $ Git.UnionMerge.update_index_line
+ _ <- streamer $ Git.UnionMerge.update_index_line
sha (fileJournal file)
removeFile path