providers/virtualbox: fix missing interpolation [GH-3277]

This commit is contained in:
Mitchell Hashimoto 2014-03-20 17:57:17 -07:00
parent 9fc5540841
commit d4b3f226dd

View file

@ -511,7 +511,9 @@ module VagrantPlugins
end
# 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
def suspend