diff --git a/plugins/commands/serve/client/plugin_manager.rb b/plugins/commands/serve/client/plugin_manager.rb index 8aee31040..20c96a42b 100644 --- a/plugins/commands/serve/client/plugin_manager.rb +++ b/plugins/commands/serve/client/plugin_manager.rb @@ -37,6 +37,7 @@ module VagrantPlugins # dependent so we need to unpack each kind of plugin options with its # own logic. def _plugin_options_to_hash(plg_opts) + return {} if plg_opts.nil? opts = mapper.unany(plg_opts) case opts when Hashicorp::Vagrant::Sdk::PluginInfo::ProviderOptions