Include namespace for wrapper type

This commit is contained in:
Chris Roberts 2022-02-16 10:46:48 -08:00 committed by Paul Hinze
parent 4679d39039
commit 2b38005dfb
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -112,7 +112,7 @@ module VagrantPlugins
with_plugin(ctx, plugins, broker: broker) do |plugin|
machine, folders, opts = mapper.funcspec_map(
req,
expect: [Vagrant::Machine, Folders, Type::Options]
expect: [Vagrant::Machine, Type::Folders, Type::Options]
)
# change the top level folders hash key to a string
folders = folders.value