Skip to content

Commit

Permalink
fix: Linux tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed Dec 8, 2020
1 parent df4ce7d commit 23ae3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function osEnv(): { tarFile: string; bin: string } {
}
case "linux":
return {
tarFile: "lua-language-server-ubuntu.tar.gz",
tarFile: "lua-language-server-linux.tar.gz",
bin: join("bin", "Linux", "lua-language-server"),
}
case "win32":
Expand Down

0 comments on commit 23ae3d6

Please sign in to comment.