aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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 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,