Skip to content

Commit

Permalink
fix: fix download link by only using latest version (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
braineo authored Mar 19, 2024
1 parent 81dfc76 commit 3e95b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parinfer-rust-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ offer to download the LIB-NAME to LIBRARY-LOCATION."
(and
(not (parinfer-rust--test-p))
(yes-or-no-p parinfer-rust--outdated-version)))
(parinfer-rust--download-from-github supported-versions library-location lib-name)
(parinfer-rust--download-from-github (car supported-versions) library-location lib-name)
(message "A new version has been downloaded, you will need to reload Emacs for the changes to take effect.")))

(defun parinfer-rust--download-from-github (parinfer-rust-version
Expand Down

0 comments on commit 3e95b19

Please sign in to comment.