There's no Warn, only Say
This commit is contained in:
parent
1b1d0f12e9
commit
1f8ebab4de
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue