Skip to content

Commit

Permalink
chore: prep for windows rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 26, 2024
1 parent e8463e3 commit 4384ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack_binary_rock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Latest packed version: %s

if latest_packed_version and latest_packed_version >= latest_version then
print("Nothing to do.")
return
-- return
end

sc = vim.system({ "luarocks", "--local", "--lua-version=5.1", "install", rock_name, latest_version}):wait()
Expand Down

0 comments on commit 4384ae5

Please sign in to comment.