justinbarclay / parinfer-rust-mode

Simplifying how you write Lisp
https://shaunlebron.github.io/parinfer/
GNU General Public License v3.0
227 stars 16 forks source link

fix: fix download link by only using latest version #74

Closed braineo closed 5 months ago

braineo commented 5 months ago

v(0.4.4 0.4.3) does not seem to be a valid path for auto download

/bin/bash: -c: line 1: syntax error near unexpected token `('
/bin/bash: -c: line 1: `curl -L https://github.com/justinbarclay/parinfer-rust/releases/download/v(0.4.4 0.4.3)/parinfer-rust-linux.so -o /home/user/.emacs.d/.cache/parinfer-rust/parinfer-rust-linux.so'

close https://github.com/justinbarclay/parinfer-rust-mode/issues/75

justinbarclay commented 5 months ago

Thanks for catching this!