aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2026-01-07 15:50:41 +0100
committerGitHub <noreply@github.com>2026-01-07 15:50:41 +0100
commit63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e (patch)
tree058192a2bafbca56c2199785120aa447e289ba48 /lua
parentfeat: add support for removal of packages from a registry (#2052) (diff)
downloadmason-63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e.tar
mason-63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e.tar.gz
mason-63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e.tar.bz2
mason-63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e.tar.lz
mason-63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e.tar.xz
mason-63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e.tar.zst
mason-63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e.zip
chore(health): remove sh healthcheck (#2053)
This seems to be causing some issues (#1982), and the bourne shell is not ever used by mason.nvim, so we're removing the healthcheck.
Diffstat (limited to 'lua')
-rw-r--r--lua/mason/health.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/mason/health.lua b/lua/mason/health.lua
index b105940d..e439736a 100644
--- a/lua/mason/health.lua
+++ b/lua/mason/health.lua
@@ -110,7 +110,6 @@ local function check_core_utils()
if platform.is.unix then
check { cmd = "bash", args = { "--version" }, name = "bash" }
- check { cmd = "sh", name = "sh" }
end
if platform.is.win then