diff options
Diffstat (limited to 'Annex/Branch.hs')
-rw-r--r-- | Annex/Branch.hs | 2 |
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 |