Skip to content
Snippets Groups Projects
Commit 4a1dddf5 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #1265 from reitermarkus/fix-cmd-exception

Fix CaskCommandFailedError.
parents 04ccba54 bb3c6893
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