From 11a6a9d3a883dffdf90ad9f178116f54a4832d86 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 9 Jul 2021 22:08:58 +0200 Subject: tasks: fix typo --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index af828f4..5bcbba1 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1444,7 +1444,7 @@ class BrefZipWikiDOI(Refcat): def run(self): output = shellout(""" - skate-reduce -m wiki -W <(zstdcat -T0 {wiki}) -L <(zstdcat -T0 {fatcat)} | + skate-reduce -m wiki -W <(zstdcat -T0 {wiki}) -L <(zstdcat -T0 {fatcat}) | zstd -T0 -c > {output} """, wiki=self.input().get("wiki").path, -- cgit v1.2.3