aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-31 23:54:28 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-03-31 23:54:28 +0200
commitd60dff7db926cc40a288584ac3f9970bb85c30c0 (patch)
treee79829df3f2229354b4dc079ee434274eb09aae0 /python
parenta7e0e8fe3a78fa6a9872cefcb7a9eb261128f6f2 (diff)
downloadrefcat-d60dff7db926cc40a288584ac3f9970bb85c30c0.tar.gz
refcat-d60dff7db926cc40a288584ac3f9970bb85c30c0.zip
rename to: skate-wikipedia-doi
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)