Skip to content

Commit 6e9fb62

Browse files
committed
fix: drop retry from curl
Closes #425
1 parent 6ff66d3 commit 6e9fb62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/blink/cmp/fuzzy/download.lua

-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ function download.from_github(tag, cb)
128128

129129
vim.system({
130130
'curl',
131-
'--retry',
132-
'2',
133-
'--retry-connrefused',
134131
'--fail', -- Fail on 4xx/5xx
135132
'--location', -- Follow redirects
136133
'--silent', -- Don't show progress

0 commit comments

Comments
 (0)