Skip to content

Commit 05847bf

Browse files
Merge pull request #65 from yujideveloper/fix/deprecation-warning-of-thor
Fix deprecation warning of thor
2 parents 8fa7cda + 8cce327 commit 05847bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/ec2ssh/cli.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,9 @@ def hl
114114
end
115115
end
116116
end
117+
118+
def self.exit_on_failure?
119+
false
120+
end
117121
end
118122
end

0 commit comments

Comments
 (0)