From 1f8ebab4de4af2bb71e4760733f13d545101d4af Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 20 Jan 2016 15:30:16 -0800 Subject: [PATCH] There's no Warn, only Say --- command/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()