providers/virtualbox: fix missing interpolation [GH-3277]
This commit is contained in:
parent
9fc5540841
commit
d4b3f226dd
|
@ -511,7 +511,9 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
# If we reached this point then it didn't work out.
|
# If we reached this point then it didn't work out.
|
||||||
raise Vagrant::Errors::VBoxManageError, :command => command.inspect
|
raise Vagrant::Errors::VBoxManageError,
|
||||||
|
command: command.inspect,
|
||||||
|
stderr: r.stderr
|
||||||
end
|
end
|
||||||
|
|
||||||
def suspend
|
def suspend
|
||||||
|
|
Loading…
Reference in New Issue