Skip to content

Commit

Permalink
Fix nvim download url
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhnik committed Aug 10, 2024
1 parent 80d6073 commit 52aa9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/setup-testenv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

NVIM_RELEASE_URL = 'https://github.com/neovim/neovim/releases/latest/download'
NVIM_RELEASE_URL = 'https://github.com/neovim/neovim/releases/download/latest'


if __name__ == "__main__":
Expand Down

0 comments on commit 52aa9aa

Please sign in to comment.