From c10ae070b66c77956ae1d7b7a183d0d7b17ec1bb Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 13 Mar 2018 11:13:25 -0700 Subject: [PATCH] Store correct command for trigger --- plugins/kernel_v2/config/trigger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kernel_v2/config/trigger.rb b/plugins/kernel_v2/config/trigger.rb index 01a4e6b3f..674c5537c 100644 --- a/plugins/kernel_v2/config/trigger.rb +++ b/plugins/kernel_v2/config/trigger.rb @@ -66,7 +66,7 @@ module VagrantPlugins # @param [Symbol] command Vagrant command to create trigger on # @param [Block] block The defined config block def create_trigger(command, block) - trigger = VagrantConfigTrigger.new(cmd) + trigger = VagrantConfigTrigger.new(command) if block.is_a?(Hash) trigger.set_options(block) else