diff --git a/command/push.go b/command/push.go index 614f800aa..91875e513 100644 --- a/command/push.go +++ b/command/push.go @@ -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()