Skip to content

Commit 4ca3e9a

Browse files
committed
fix(rocks): windows
1 parent 7d3f691 commit 4ca3e9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/lazy/pkg/rockspec.lua

-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ end
5151
---@param bin string
5252
function M.hererocks.bin(bin)
5353
local hererocks = Config.options.rocks.root .. "/hererocks/bin"
54-
if Util.is_win then
55-
bin = bin .. ".bat"
56-
end
5754
return Util.norm(hererocks .. "/" .. bin)
5855
end
5956

0 commit comments

Comments
 (0)