diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-09 22:08:58 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-09 22:08:58 +0200 |
commit | 11a6a9d3a883dffdf90ad9f178116f54a4832d86 (patch) | |
tree | 56da279c55554b98bb42a26004e0fe783df2f936 /python | |
parent | b8784fafd8ffacbfc9f6a7817f0b62b1cbbd93dd (diff) | |
download | refcat-11a6a9d3a883dffdf90ad9f178116f54a4832d86.tar.gz refcat-11a6a9d3a883dffdf90ad9f178116f54a4832d86.zip |
tasks: fix typo
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 2 |
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, |