Fix synced folder plugin initialization in mapper
This commit is contained in:
parent
2a7e43d269
commit
1256abc7b2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user