mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
Merge pull request #3654 from mithaler/patch-1
providers/docker: fix Docker error reporting bug
This commit is contained in:
commit
011005b5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ module VagrantPlugins
|
|||
|
||||
if result.exit_code != 0 && !interrupted
|
||||
raise Errors::ExecuteError,
|
||||
command: command.inspect,
|
||||
command: cmd.inspect,
|
||||
stderr: result.stderr,
|
||||
stdout: result.stdout
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue