mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Merge a46d8c37da into f9e2630d69
This commit is contained in:
commit
65dae91b49
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
if @type == :command || !@type
|
||||
commands = Vagrant.plugin("2").manager.commands.keys.map(&:to_s)
|
||||
commands = Vagrant.plugin("2").manager.commands.keys.map(&:to_sym)
|
||||
|
||||
if !commands.include?(@command) && @command != :all
|
||||
machine.ui.warn(I18n.t("vagrant.config.triggers.bad_command_warning",
|
||||
|
|
|
|||
Loading…
Reference in a new issue