aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-30 03:20:39 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-03-30 03:20:39 +0200
commit4c0d94ea6be6221e10d4bf196e551424ee945985 (patch)
tree9969a557265948a92cda2897f74b529fc7e82f29 /python
parentf461432cbd744fec7bc31710496a77d8d70e923e (diff)
downloadrefcat-4c0d94ea6be6221e10d4bf196e551424ee945985.tar.gz
refcat-4c0d94ea6be6221e10d4bf196e551424ee945985.zip
fix flag
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 d1084c9..b0fc041 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1441,7 +1441,7 @@ class BiblioRefWikiDOISortedKeys(Refcat):
output = shellout("""
cat {input} |
skate-biblioref-from-wikipedia |
- LC_ALL=C sort -s 10% -k2,2 |
+ LC_ALL=C sort -S 10% -k2,2 |
zstd -T0 -c > {output}
""", input=self.input().path)
luigi.LocalTarget(output).move(self.output().path)