Fix synced folder plugin initialization in mapper

This commit is contained in:
Chris Roberts 2022-01-11 10:23:56 -08:00 committed by Paul Hinze
parent 2a7e43d269
commit 1256abc7b2
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -60,7 +60,7 @@ module VagrantPlugins
end
def converter(client)
Vagrant::Plugin::V2::SyncedFolder.new(client)
Vagrant::Plugin::V2::SyncedFolder.new(client: client)
end
end
end