diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-14 14:51:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-14 14:51:26 -0400 |
commit | 03c559f8d63f5f4e9f3472d7d2de7342a21c0a90 (patch) | |
tree | 1c91c6476a26366ea84e9bdd72c7018ae73b7ea9 | |
parent | 7ebd98d8d829005c7dae38b789146d98e6800e5b (diff) |
tweak
-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 |