Skip to content

Commit

Permalink
fix(cmd/install_bin): Fix install k9s on linux amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 23, 2023
1 parent cff02fd commit b0dc4f2
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 @@ -142,7 +142,7 @@ var Tools = []Tool{
{
Name: "k9s",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("derailed", "k9s") },
UrlTemplate: "https://github.com/derailed/k9s/releases/download/{{.Version}}/k9s_{{.Os}}_{{.ArchK9s}}.tar.gz",
UrlTemplate: "https://github.com/derailed/k9s/releases/download/{{.Version}}/k9s_{{.Os}}_{{.Arch}}.tar.gz",
SourcePath: "k9s",
},
{
Expand Down

0 comments on commit b0dc4f2

Please sign in to comment.