Skip to content

Commit

Permalink
fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 22, 2024
1 parent e824e09 commit a288e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-ts-query.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ name. Ordered from highest to lowest precedence."
:group 'lsp-ts-query)

(defconst lsp-ts-query--download-url-format
"https://github.com/ribru17/ts_query_ls/releases/latest/download/ts_query_ls-x86_64-pc-windows-msvc.zip"
"https://github.com/ribru17/ts_query_ls/releases/latest/download/ts_query_ls-%s-%s.zip"
"Format to the download url link.")

(defun lsp-ts-query--url ()
Expand Down

0 comments on commit a288e86

Please sign in to comment.