Skip to content

Commit

Permalink
db: update k9s artifact name for 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdhoang authored Jan 27, 2023
1 parent 43bf717 commit f6046e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub fn build_db() -> BTreeMap<String, ToolInfo> {
owner: "derailed",
repo: "k9s",
exe_name: "k9s",
linux: "Linux_x86_64",
linux: "Linux_amd64",
macos: "Darwin_x86_64",
windows: "Windows_x86_64",
tag: ToolInfoTag::Latest,
Expand Down

0 comments on commit f6046e3

Please sign in to comment.