There's no Warn, only Say

This commit is contained in:
Chris Bednarski 2016-01-20 15:30:16 -08:00
parent 1b1d0f12e9
commit 1f8ebab4de
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func (c *PushCommand) Run(args []string) int {
}
if message != "" {
c.Ui.Warn("[DEPRECATED] -m/-message is deprecated and will be removed in a future Packer release")
c.Ui.Say("[DEPRECATED] -m/-message is deprecated and will be removed in a future Packer release")
}
args = f.Args()