aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ingress.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ingress.rake b/lib/tasks/ingress.rake
index 1253f94f71..f775bbdfd7 100644
--- a/lib/tasks/ingress.rake
+++ b/lib/tasks/ingress.rake
@@ -17,7 +17,7 @@ namespace :action_mailbox do
ActionMailbox::PostfixRelayer.new(url: url, password: password).relay(STDIN.read).tap do |result|
print result.output
- exit result.success? ? 0 : 1
+ exit result.success?
end
end
end