Skip to content

Commit

Permalink
fix: drop retry from curl
Browse files Browse the repository at this point in the history
Closes #425
  • Loading branch information
Saghen committed Dec 2, 2024
1 parent 6ff66d3 commit 6e9fb62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/blink/cmp/fuzzy/download.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ function download.from_github(tag, cb)

vim.system({
'curl',
'--retry',
'2',
'--retry-connrefused',
'--fail', -- Fail on 4xx/5xx
'--location', -- Follow redirects
'--silent', -- Don't show progress
Expand Down

0 comments on commit 6e9fb62

Please sign in to comment.