diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-29 23:47:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-29 23:56:40 -0400 |
commit | 6d3df8a0833fdef290b76681e8ba85ec94b76e36 (patch) | |
tree | 0bb9f96e9562d27786826d3e644a326c63b6b265 /CmdLine.hs | |
parent | c64b50a0ce725df2d5317b7ae4918b61aafa25ee (diff) |
more pure code refactoring
Diffstat (limited to 'CmdLine.hs')
-rw-r--r-- | CmdLine.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs index 030637a73..d65739791 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -101,5 +101,4 @@ shutdown = do unless (q == GitQueue.empty) $ do showSideAction "Recording state in git..." Annex.queueRun - return True |