Remove "command" string from logger

Since not all triggers are commands, removing the word `command` from
the logger so it is not confused with other types of triggers.
This commit is contained in:
Brian Cain 2019-05-13 13:26:47 -07:00
parent 917aab0552
commit 57c4de49f2
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ module VagrantPlugins
@command = command.to_sym @command = command.to_sym
@ruby_block = UNSET_VALUE @ruby_block = UNSET_VALUE
@logger.debug("Trigger defined for command: #{command}") @logger.debug("Trigger defined for: #{command}")
end end
# Config option `ruby` for a trigger which reads in a ruby block and sets # Config option `ruby` for a trigger which reads in a ruby block and sets