From 831e4854afabafd4db1961e9c9fda75a049adf13 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 21 Oct 2024 10:07:13 +0100 Subject: [PATCH] fix(mise): switch shfmt from ubi to asdf plugin Release assets includes dots in the file names in the form of the version string, which confuses ubi's asset parser at the moment. --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 06ca33c..da9e9e7 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -83,7 +83,6 @@ show_tools = false "ubi:mikefarah/yq" = "latest" # yq "ubi:mozilla/sccache" = "latest" # sccache "ubi:mvdan/gofumpt" = "latest" # gofumpt -"ubi:mvdan/sh" = { version = "latest", exe = "shfmt" } # shfmt "ubi:nametake/golangci-lint-langserver" = "latest" # golangci-lint-langserver "ubi:opentofu/opentofu" = { version = "latest", exe = "tofu" } # tofu "ubi:rclone/rclone" = "latest" # rclone @@ -109,4 +108,5 @@ lua = "latest" node = "lts" python = "latest" ruby = "latest" +shfmt = "latest" terraform = "latest"