summaryrefslogtreecommitdiffstats
path: root/maintainers/scripts/update-luarocks-packages
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2021-08-13 00:08:05 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2021-08-13 00:08:44 +0200
commitfadfb4715bb1690dedd50c3ab3c2dd7c29ff2fa3 (patch)
tree0d5bce9dbc8128b09eb67d8c1e4efa1571f676c9 /maintainers/scripts/update-luarocks-packages
parentbbfec00ec916415738ea7b723dd472d7dbafaa18 (diff)
update-luarocks-package: fix issue with cache
Cache was not initialized properly
Diffstat (limited to 'maintainers/scripts/update-luarocks-packages')
-rwxr-xr-xmaintainers/scripts/update-luarocks-packages1
1 files changed, 0 insertions, 1 deletions
diff --git a/maintainers/scripts/update-luarocks-packages b/maintainers/scripts/update-luarocks-packages
index 5123f86e93d0..6de97799846d 100755
--- a/maintainers/scripts/update-luarocks-packages
+++ b/maintainers/scripts/update-luarocks-packages
@@ -110,7 +110,6 @@ class LuaEditor(Editor):
return "luaPackages"
def get_update(self, input_file: str, outfile: str, proc: int):
- cache: Cache = Cache(self.cache_file)
_prefetch = generate_pkg_nix
def update() -> dict: