Skip to content

Commit 9cb4e2e

Browse files
Merge pull request #66 from yujideveloper/feature/exit-with-status-1-on-failure
[BREAKING CHANGE] Exit with status 1 on failure
2 parents 05847bf + c00b90b commit 9cb4e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ec2ssh/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def hl
116116
end
117117

118118
def self.exit_on_failure?
119-
false
119+
true
120120
end
121121
end
122122
end

0 commit comments

Comments
 (0)