summaryrefslogtreecommitdiff
path: root/Command/RecvKey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/RecvKey.hs')
-rw-r--r--Command/RecvKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs
index 0abea07f2..8a9673050 100644
--- a/Command/RecvKey.hs
+++ b/Command/RecvKey.hs
@@ -38,6 +38,6 @@ start keyname = do
then do
-- forcibly quit after receiving one key,
-- and shutdown cleanly so queued git commands run
- _ <- shutdown 0
+ _ <- shutdown
liftIO exitSuccess
else liftIO exitFailure