aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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 bceff2a..8459608 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1352,7 +1352,7 @@ class BiblioRefWikiDOISortedKeys(Refcat):
def run(self):
output = shellout("""
cat {input} |
- skate-biblioref-from-wikipedia |
+ skate-wikipedia-doi |
LC_ALL=C sort -S 10% -k2,2 |
zstd -T0 -c > {output}
""", input=self.input().path)