mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
There's no Warn, only Say
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user