This commit is contained in:
Alex 2026-04-10 17:37:06 +00:00 committed by GitHub
commit 65dae91b49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",