From e918dc89bcdec01644b556628c651a98e1ddb53d Mon Sep 17 00:00:00 2001 From: Jearvon Dharrie Date: Tue, 10 Oct 2017 23:31:33 -0400 Subject: [PATCH] Add `/downloads.html` to the outdated version message --- command/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/version.go b/command/version.go index 85b61844b..1142e1747 100644 --- a/command/version.go +++ b/command/version.go @@ -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)) } }