Skip to content

Commit 63ba2ae

Browse files
authored
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.
1 parent 69862d6 commit 63ba2ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/mason/health.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ local function check_core_utils()
110110

111111
if platform.is.unix then
112112
check { cmd = "bash", args = { "--version" }, name = "bash" }
113-
check { cmd = "sh", name = "sh" }
114113
end
115114

116115
if platform.is.win then

0 commit comments

Comments
 (0)