Update environment.rb

This commit is contained in:
Pedro Furtado 2021-07-09 21:32:22 -03:00 committed by GitHub
parent 22bcb12569
commit a8e00cb01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1011,7 +1011,7 @@ module Vagrant
options[:require] = pconfig[:entry_point] if pconfig[:entry_point]
options[:version] = pconfig[:version] if pconfig[:version]
spec = Plugin::Manager.instance.install_plugin(name, options)
spec = Plugin::Manager.instance.install_plugin(name, **options)
ui.info(I18n.t("vagrant.commands.plugin.installed",
name: spec.name, version: spec.version.to_s))