Skip to content
Snippets Groups Projects
Commit bb3c6893 authored by Markus Reiter's avatar Markus Reiter
Browse files

Fix CaskCommandFailedError.

parent 04ccba54
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment