core: dup the provider options so we can't overwrite them

This commit is contained in:
Mitchell Hashimoto 2014-05-01 10:06:03 -07:00
parent 52bb68ba73
commit 169a829cd8
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ module Vagrant
return {
box: box,
provider_cls: provider_cls,
provider_options: provider_options,
provider_options: provider_options.dup,
config: config,
config_warnings: config_warnings,
config_errors: config_errors,