Skip to content

Commit

Permalink
fix(rocks): windows
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 25, 2024
1 parent 7d3f691 commit 4ca3e9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/lazy/pkg/rockspec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ end
---@param bin string
function M.hererocks.bin(bin)
local hererocks = Config.options.rocks.root .. "/hererocks/bin"
if Util.is_win then
bin = bin .. ".bat"
end
return Util.norm(hererocks .. "/" .. bin)
end

Expand Down

0 comments on commit 4ca3e9a

Please sign in to comment.