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:
parent
917aab0552
commit
57c4de49f2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue