Skip to content

Commit 1472333

Browse files
fix: Correct postgres-ls system bin name (#4829)
1 parent 508e2af commit 1472333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-postgres.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This is only for development use."
6969

7070
(lsp-dependency
7171
'postgres-ls
72-
'(:system "postgres-ls")
72+
'(:system "postgrestools")
7373
`(:download :url ,(lsp-postgres--postgres-ls-url)
7474
:store-path ,(f-join lsp-postgres-server-store-path
7575
(pcase system-type

0 commit comments

Comments
 (0)