Add `/downloads` to the outdated version message
This commit is contained in:
parent
67bdadf5c6
commit
5afe1d39d1
|
@ -65,7 +65,7 @@ func (c *VersionCommand) Run(args []string) int {
|
||||||
if info.Outdated {
|
if info.Outdated {
|
||||||
c.Ui.Output(fmt.Sprintf(
|
c.Ui.Output(fmt.Sprintf(
|
||||||
"Your version of Terraform is out of date! The latest version\n"+
|
"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))
|
info.Latest))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue