Skip to content

Commit 7f3283a

Browse files
authored
Fix asm-lsp install command (#4718)
1 parent 43b3dbc commit 7f3283a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-asm.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Will update if UPDATE? is t."
6161
(lsp-async-start-process
6262
callback
6363
error-callback
64-
"cargo" "install" "--git" lsp-asm-home-url "--root" lsp-asm-store-path))
64+
"cargo" "install" "--git" lsp-asm-home-url "--root" lsp-asm-store-path "asm-lsp"))
6565

6666
(defun lsp-asm--executable ()
6767
"Return asm-lsp executable."

0 commit comments

Comments
 (0)