summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 331c363e4..66bf5b882 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -117,5 +117,6 @@ shutdown :: Bool -> Annex Bool
shutdown nocommit = do
saveState nocommit
sequence_ =<< M.elems <$> Annex.getState Annex.cleanup
+ liftIO reapZombies -- zombies from long-running git processes
sshCleanup -- ssh connection caching
return True