From 03c559f8d63f5f4e9f3472d7d2de7342a21c0a90 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Feb 2012 14:51:26 -0400 Subject: [PATCH] tweak --- Annex/Branch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Branch.hs b/Annex/Branch.hs index f20c87b4a3..388cbc12d5 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