core: dup the provider options so we can't overwrite them
This commit is contained in:
parent
52bb68ba73
commit
169a829cd8
|
@ -192,7 +192,7 @@ module Vagrant
|
||||||
return {
|
return {
|
||||||
box: box,
|
box: box,
|
||||||
provider_cls: provider_cls,
|
provider_cls: provider_cls,
|
||||||
provider_options: provider_options,
|
provider_options: provider_options.dup,
|
||||||
config: config,
|
config: config,
|
||||||
config_warnings: config_warnings,
|
config_warnings: config_warnings,
|
||||||
config_errors: config_errors,
|
config_errors: config_errors,
|
||||||
|
|
Loading…
Reference in New Issue