diff options
-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 5da1f05..7aecd08 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1292,7 +1292,7 @@ class BrefCombined(Refcat): output = shellout(""" skate-reduce -log {logfile} -m unmatched -B <(zstdcat -T0 {matched}) - -F <(zstdcat -T0 {refs}) > {output} + -F <(zstdcat -T0 {refs}) | zstd -c -T0 > {output} """, logfile=logfile, matched=self.input().get("matched").path, |