aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers/github/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-core/managers/github/init.lua')
-rw-r--r--lua/mason-core/managers/github/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-core/managers/github/init.lua b/lua/mason-core/managers/github/init.lua
index e9e4ec67..3feb2f20 100644
--- a/lua/mason-core/managers/github/init.lua
+++ b/lua/mason-core/managers/github/init.lua
@@ -132,7 +132,7 @@ M.unzip_release_file = release_file_processor("archive.zip", function()
end)
M.untarzst_release_file = release_file_processor("archive.tar.zst", function(opts)
- std.untar("archive.tar.zst", { strip_components = opts.strip_components })
+ std.untarzst("archive.tar.zst", { strip_components = opts.strip_components })
end)
M.untarxz_release_file = release_file_processor("archive.tar.xz", function(opts)