Skip to content

Commit

Permalink
fix(apex-language-server): update jar file path (#652)
Browse files Browse the repository at this point in the history
Fixes #651.
  • Loading branch information
williamboman committed Nov 9, 2022
1 parent 45714c5 commit 4a007b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/apex-language-server/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ return Pkg.new {
})
.with_receipt()

ctx.fs:rename(path.concat { "extension", "out", JAR_FILE }, JAR_FILE)
ctx.fs:rename(path.concat { "extension", "dist", JAR_FILE }, JAR_FILE)
ctx.fs:rmrf "extension"
end,
}

0 comments on commit 4a007b4

Please sign in to comment.