From c00b90bd08fac4300e1953fdb75c7144e95a970c Mon Sep 17 00:00:00 2001 From: Yuji Hanamura Date: Tue, 6 Dec 2022 12:18:04 +0900 Subject: [PATCH] [BREAKING CHANGE] Exit with status 1 on failure --- lib/ec2ssh/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ec2ssh/cli.rb b/lib/ec2ssh/cli.rb index 97c16c0..af8b742 100644 --- a/lib/ec2ssh/cli.rb +++ b/lib/ec2ssh/cli.rb @@ -116,7 +116,7 @@ def hl end def self.exit_on_failure? - false + true end end end