Fix variable doc

This commit is contained in:
Brian Cain 2018-03-13 11:33:48 -07:00
parent 50ecf45d50
commit 3c5e4b2464
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ module VagrantPlugins
@logger = Log4r::Logger.new("vagrant::config::trigger")
# Internal State
@_before_triggers = [] # An array of VagrantConfigTrigger objectrs
@_after_triggers = [] # An array of VagrantConfigTrigger objectrs
@_before_triggers = [] # An array of VagrantConfigTrigger objects
@_after_triggers = [] # An array of VagrantConfigTrigger objects
end
# Reads in and parses Vagrant command whitelist and settings for a defined