Skip to content

Commit

Permalink
fix(omnisharp-mono): don't link directly to the run script (william…
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored Aug 12, 2022
1 parent 02feefb commit fd82f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/omnisharp-mono/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ return Pkg.new {
),
})
.with_receipt()
ctx:link_bin("omnisharp-mono", "run")
ctx:link_bin("omnisharp-mono", ctx:write_exec_wrapper("omnisharp-mono", "run"))
end,
win = function()
github
Expand Down

0 comments on commit fd82f13

Please sign in to comment.