Skip to content

Commit 5afe1d3

Browse files
iamjarvoapparentlymart
authored andcommitted
Add /downloads to the outdated version message
1 parent 67bdadf commit 5afe1d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (c *VersionCommand) Run(args []string) int {
6565
if info.Outdated {
6666
c.Ui.Output(fmt.Sprintf(
6767
"Your version of Terraform is out of date! The latest version\n"+
68-
"is %s. You can update by downloading from www.terraform.io",
68+
"is %s. You can update by downloading from www.terraform.io/downloads.html",
6969
info.Latest))
7070
}
7171
}

0 commit comments

Comments
 (0)