Merge pull request #1265 from reitermarkus/fix-cmd-exception
Fix CaskCommandFailedError.
This commit is contained in:
commit
4a1dddf527
@ -68,7 +68,7 @@ module Hbc
|
||||
s = "Command failed to execute!\n"
|
||||
s.concat("\n")
|
||||
s.concat("==> Failed command:\n")
|
||||
s.concat(@cmd).concat("\n")
|
||||
s.concat(@cmd.join(" ")).concat("\n")
|
||||
s.concat("\n")
|
||||
s.concat("==> Standard Output of failed command:\n")
|
||||
s.concat(@stdout).concat("\n")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user