Skip to content

Commit 8b5ee7a

Browse files
committed
fix: Fix Harper installer for Mac and Unix (2)
See #1494 Signed-off-by: azerr <azerr@redhat.com>
1 parent f395d72 commit 8b5ee7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/templates/lsp/harper-ls/installer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"file": {
3434
"name": {
3535
"windows": "harper-ls.exe",
36-
"unix": "harmer-ls",
37-
"mac": "harmer-ls"
36+
"unix": "harper-ls",
37+
"mac": "harper-ls"
3838
},
3939
"executable": true
4040
}

0 commit comments

Comments
 (0)