Retain simple hash type for now

This commit is contained in:
Chris Roberts 2022-02-08 10:12:01 -08:00 committed by Paul Hinze
parent 4c9f14572a
commit 710adc8f7b
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -169,7 +169,7 @@ module VagrantPlugins
def converter(proto, mapper)
begin
Vagrant::Util::HashWithIndifferentAccess.new.tap do |result|
Hash.new.tap do |result|
proto.fields.each do |k, v|
r = mapper.map(v)
# unwrap any wrapper classes here before assigning