Use name instead of class

This commit is contained in:
Brian Cain 2019-01-17 14:52:11 -08:00
parent ec9bda78c3
commit 5e4850a0d2
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ module Vagrant
# We wrap the action class in two Trigger method calls so that
# action triggers can fire before and after each given action in the stack.
klass_name = klass.class.name.to_sym
klass_name = klass.name.to_sym
[Vagrant::Action::Builtin::BeforeTriggerAction.new(self, env,
klass_name,
@triggers),