Skip to content

Commit

Permalink
fix(neovim): Update Neovim release asset name as it changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Feb 4, 2025
1 parent 816a2bf commit 4a943c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/software/tasks/neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
app: neovim
repo: neovim/neovim
version_query: curl -s https://api.github.com/repos/neovim/neovim/releases/latest | jq .tag_name | tr -d '"' | tr -d 'v'
github_uri: "v{{ neovim_version }}/nvim.appimage"
github_uri: "v{{ neovim_version }}/nvim-linux-x86_64.appimage"
ansible.builtin.include_role:
name: common
tasks_from: github_version.yml
Expand Down Expand Up @@ -44,7 +44,7 @@
vars:
app: neovim
repo: neovim/neovim
github_uri: "nightly/nvim.appimage"
github_uri: "nightly/nvim-linux-x86_64.appimage"
ansible.builtin.include_role:
name: common
tasks_from: github_version.yml
Expand Down

0 comments on commit 4a943c1

Please # to comment.