Skip to content

Commit

Permalink
Add flag for exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
what-is-a-crow committed Nov 18, 2015
1 parent 09494c3 commit 01a864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heroku_san/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def initialize(options = {})
def sh(app, *command)
preflight_check_for_cli

cmd = (command + ['--app', app]).compact
cmd = (command + ['--app', app, "--exit-code"]).compact

show_command = cmd.join(' ')
$stderr.puts show_command if @debug
Expand Down

0 comments on commit 01a864a

Please sign in to comment.