aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 04ea55d..3358f41 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1463,7 +1463,7 @@ class BiblioRefWiki(Refcat):
zstd -c -T0 > {output}
""",
releases=self.input().get("releases").path,
- refs=self.input().get("wiki").path)
+ wiki=self.input().get("wiki").path)
luigi.LocalTarget(output).move(self.output().path)
def output(self):