aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/fetch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-core/fetch.lua')
-rw-r--r--lua/mason-core/fetch.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/mason-core/fetch.lua b/lua/mason-core/fetch.lua
index ea396ca2..f58dcd8d 100644
--- a/lua/mason-core/fetch.lua
+++ b/lua/mason-core/fetch.lua
@@ -71,6 +71,8 @@ local function fetch(url, opts)
.wget({
headers,
"-nv",
+ "-o",
+ "/dev/null",
"-O",
opts.out_file or "-",
("--method=%s"):format(opts.method),