Skip to content

Commit

Permalink
Configure Thor to "exit on failure".
Browse files Browse the repository at this point in the history
  • Loading branch information
emmceemoore authored Dec 19, 2024
1 parent 1547089 commit 89db502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/cli/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Kamal::Cli
class Base < Thor
include SSHKit::DSL

def self.exit_on_failure?() false end
def self.exit_on_failure?() true end
def self.dynamic_command_class() Kamal::Cli::Alias::Command end

class_option :verbose, type: :boolean, aliases: "-v", desc: "Detailed logging"
Expand Down

0 comments on commit 89db502

Please sign in to comment.