summaryrefslogtreecommitdiff
path: root/Command/Log.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-04 18:57:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-04 18:58:57 -0400
commit076890be2be34ce91ca0d170f850a8ca2cce6ff8 (patch)
treeccc71b8e12ea46cd18ea027204f25c37a31385de /Command/Log.hs
parent743c35709de77055a3e4947d673219569cd57fb4 (diff)
remove now-unnecessary manual reaps
Diffstat (limited to 'Command/Log.hs')
-rw-r--r--Command/Log.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Log.hs b/Command/Log.hs
index 9aaebeca6..c3ce67986 100644
--- a/Command/Log.hs
+++ b/Command/Log.hs
@@ -69,6 +69,7 @@ start :: M.Map UUID String -> TimeZone -> [CommandParam] -> Bool ->
FilePath -> (Key, Backend) -> CommandStart
start m zone os gource file (key, _) = do
showLog output =<< readLog <$> getLog key os
+ -- getLog produces a zombie; reap it
liftIO Git.Command.reap
stop
where