mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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 {
|
||||
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))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user