There's no Warn, only Say

pull/3096/head
Chris Bednarski 10 years ago
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…
Cancel
Save