Retain simple hash type for now
This commit is contained in:
parent
4c9f14572a
commit
710adc8f7b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user