Send the correct config message to warn

This commit is contained in:
Brian Cain 2018-03-29 14:05:04 -07:00
parent 59965f4fd6
commit 8b70abd4d0
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 1 additions and 1 deletions

View File

@ -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?