Update synced folder constant name

This commit is contained in:
Chris Roberts 2021-07-26 14:12:16 -07:00 committed by Paul Hinze
parent cad5a7f717
commit 798e33f6bb
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -24,7 +24,7 @@ module VagrantPlugins
[:hosts, :HOST],
[:providers, :PROVIDER],
[:provisioners, :PROVISIONER],
[:synced_folders, :SYNCED_FOLDER]].map do |method, const|
[:synced_folders, :SYNCEDFOLDER]].map do |method, const|
plugin_manager.send(method).map do |k, v|
Hashicorp::Vagrant::Plugin.new(name: k, type: Hashicorp::Vagrant::Plugin::Type.const_get(const))
end