Skip to content

Commit

Permalink
refactor(cmd/install_bin): Remove .ArchK9s from viddy URL template
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 23, 2023
1 parent b0dc4f2 commit d7a91bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ var Tools = []Tool{
{
Name: "viddy",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sachaos", "viddy") },
UrlTemplate: "https://github.com/sachaos/viddy/releases/download/{{.Version}}/viddy_{{.Version|removev}}_{{.Os|capitalize}}_{{.ArchK9s}}.tar.gz",
UrlTemplate: "https://github.com/sachaos/viddy/releases/download/{{.Version}}/viddy_{{.Version|removev}}_{{.Os|capitalize}}_{{.Arch}}.tar.gz",
GetArchFunc: craneGetArch,
},
{
Name: "krew",
Expand Down

0 comments on commit d7a91bc

Please sign in to comment.