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 8fdef31..65184c4 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1421,7 +1421,7 @@ class WikipediaDOI(Refcat):
def run(self):
output = shellout("""
skate-wikipedia-doi < {input} |
- LC_ALL=C sort -T {tmpdir} -S 20% -k2,2 |
+ LC_ALL=C sort -T {tmpdir} -S 20% -k1,1 |
zstd -T0 -c > {output}
""",
tmpdir=self.tmpdir,