remove now-unnecessary manual reaps
This commit is contained in:
parent
5594bf0643
commit
de3ea4adb6
4 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue