diff options
Diffstat (limited to 'CmdLine.hs')
-rw-r--r-- | CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs index a5bda695a..d10516bb9 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -103,8 +103,8 @@ startup = do {- Cleanup actions. -} shutdown :: Annex Bool shutdown = do - Branch.commit "update" AnnexQueue.flush False + Branch.commit "update" liftIO $ Git.reap |