From fadfb4715bb1690dedd50c3ab3c2dd7c29ff2fa3 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Fri, 13 Aug 2021 00:08:05 +0200 Subject: [PATCH] update-luarocks-package: fix issue with cache Cache was not initialized properly --- maintainers/scripts/update-luarocks-packages | 1 - 1 file changed, 1 deletion(-) 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: