mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
There's no Warn, only Say
This commit is contained in:
parent
1b1d0f12e9
commit
1f8ebab4de
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue