Skip to content

Commit

Permalink
fix(brighterscript): link correct executable (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jan 20, 2023
1 parent 0f4d8e7 commit 9660a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/brighterscript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ return Pkg.new {
homepage = "https://github.com/RokuCommunity/brighterscript",
languages = { Pkg.Lang.BrighterScript },
categories = { Pkg.Cat.LSP, Pkg.Cat.Compiler },
install = npm.packages { "brighterscript", bin = { "brighterscript" } },
install = npm.packages { "brighterscript", bin = { "bsc" } },
}

0 comments on commit 9660a81

Please sign in to comment.