Add `/downloads` to the outdated version message

This commit is contained in:
Jearvon Dharrie 2017-09-15 14:54:44 -04:00 committed by Martin Atkins
parent 67bdadf5c6
commit 5afe1d39d1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func (c *VersionCommand) Run(args []string) int {
if info.Outdated {
c.Ui.Output(fmt.Sprintf(
"Your version of Terraform is out of date! The latest version\n"+
"is %s. You can update by downloading from www.terraform.io",
"is %s. You can update by downloading from www.terraform.io/downloads.html",
info.Latest))
}
}