Store options value as hash
This commit is contained in:
parent
f507a3d7ff
commit
c00eb5a5a8
@ -9,7 +9,7 @@ module VagrantPlugins
|
||||
raise TypeError,
|
||||
"Expected type `Hash' but received `#{value.class}'"
|
||||
end
|
||||
super(value: OpenStruct.new(value))
|
||||
super(value: OpenStruct.new(value).to_h)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user