Skip to content

Commit

Permalink
fix(cmd/install_bin): Get Vault version from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 21, 2023
1 parent a9b7a2c commit f2f30a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var Tools = []Tool{
},
{
Name: "vault",
GetVersionFunc: func() string { return "1.12.0" },
GetVersionFunc: func() string { return github_utils.GetLatestRelease("hashicorp", "vault") },
UrlTemplate: hashicorpUrlTemplate("vault"),
},
{
Expand Down

0 comments on commit f2f30a2

Please sign in to comment.