diff options
| author | William Boman <william@redwill.se> | 2026-01-07 15:50:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-07 15:50:41 +0100 |
| commit | 63ba2aeea4adca91e2733c3bc4e8953dd6c2a49e (patch) | |
| tree | 058192a2bafbca56c2199785120aa447e289ba48 /lua | |
| parent | feat: add support for removal of packages from a registry (#2052) (diff) | |
| download | mason-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.lua | 1 |
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 |
