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 efb683e..d33aaa8 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1288,7 +1288,7 @@ class BrefCombined(Refcat):
def run(self):
output = shellout("""
- skate-reduce -m unmatched -B <(zstdcat -T0 {matched}) -R <(zstdcat -T0 {refs}) > {output}
+ skate-reduce -m unmatched -B <(zstdcat -T0 {matched}) -F <(zstdcat -T0 {refs}) > {output}
""",
matched=self.input().get("matched").path,
refs=self.input().get("refs").path)