mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 02:04:01 -04:00
Merge pull request #5441 from iamjarvo/helpful-version-message
Add `/downloads.html` to the outdated version message
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ func (c *VersionCommand) Run(args []string) int {
|
||||
if info.Outdated {
|
||||
c.Ui.Say(fmt.Sprintf(
|
||||
"\nYour version of Packer is out of date! The latest version\n"+
|
||||
"is %s. You can update by downloading from www.packer.io",
|
||||
"is %s. You can update by downloading from www.packer.io/downloads.html",
|
||||
info.Latest))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user