diff options
| author | William Boman <william@redwill.se> | 2023-04-08 15:03:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-08 13:03:23 +0000 |
| commit | ee9b90fcdf812352ef887175298ab1432ead4c6c (patch) | |
| tree | f68bde78536dfe09d3d98a7b4a806fef6b70cde1 /lua | |
| parent | chore: migrate packages (#1198) (diff) | |
| download | mason-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.lua | 1 |
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", |
