From 4384ae57ed9eb91abc74785e15e07a603867051b Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 26 Aug 2024 21:05:55 +0200 Subject: [PATCH] chore: prep for windows rebuild --- scripts/pack_binary_rock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pack_binary_rock.lua b/scripts/pack_binary_rock.lua index b8695ed5f..ec001eef0 100755 --- a/scripts/pack_binary_rock.lua +++ b/scripts/pack_binary_rock.lua @@ -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()