Send the correct config message to warn
This commit is contained in:
parent
59965f4fd6
commit
8b70abd4d0
|
@ -116,7 +116,7 @@ module Vagrant
|
|||
|
||||
if !trigger.warn.nil?
|
||||
@logger.debug("Executing trigger warn message...")
|
||||
self.warn(trigger.info)
|
||||
self.warn(trigger.warn)
|
||||
end
|
||||
|
||||
if !trigger.run.nil?
|
||||
|
|
Loading…
Reference in New Issue