summaryrefslogtreecommitdiff
path: root/Command/TransferKey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/TransferKey.hs')
-rw-r--r--Command/TransferKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/TransferKey.hs b/Command/TransferKey.hs
index 3270ad8f7..5bb53d98d 100644
--- a/Command/TransferKey.hs
+++ b/Command/TransferKey.hs
@@ -56,4 +56,4 @@ fromPerform remote key file = go $
getViaTmp key $ \t -> Remote.retrieveKeyFile remote key file t p
go :: Annex Bool -> CommandPerform
-go a = ifM a ( liftIO exitSuccess, liftIO exitFailure)
+go a = a >>= liftIO . exitBool