Fix CaskCommandFailedError.
This commit is contained in:
parent
04ccba5489
commit
bb3c689371
@ -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