aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-04-08 15:03:23 +0200
committerGitHub <noreply@github.com>2023-04-08 13:03:23 +0000
commitee9b90fcdf812352ef887175298ab1432ead4c6c (patch)
treef68bde78536dfe09d3d98a7b4a806fef6b70cde1 /lua
parentchore: migrate packages (#1198) (diff)
downloadmason-ee9b90fcdf812352ef887175298ab1432ead4c6c.tar
mason-ee9b90fcdf812352ef887175298ab1432ead4c6c.tar.gz
mason-ee9b90fcdf812352ef887175298ab1432ead4c6c.tar.bz2
mason-ee9b90fcdf812352ef887175298ab1432ead4c6c.tar.lz
mason-ee9b90fcdf812352ef887175298ab1432ead4c6c.tar.xz
mason-ee9b90fcdf812352ef887175298ab1432ead4c6c.tar.zst
mason-ee9b90fcdf812352ef887175298ab1432ead4c6c.zip
chore(health): relax unzip requirement (#1199)
No longer a hard requirement due to vendoring lua zzlib.
Diffstat (limited to 'lua')
-rw-r--r--lua/mason/health.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/mason/health.lua b/lua/mason/health.lua
index 93fe295d..9bc35dda 100644
--- a/lua/mason/health.lua
+++ b/lua/mason/health.lua
@@ -155,6 +155,7 @@ function M.check()
name = "unzip",
cmd = "unzip",
args = { "-v" },
+ relaxed = true,
},
check {
cmd = "go",