aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-30 22:43:07 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-30 22:43:07 +0200
commit77ca4cd924993188e0e9f8dd072af9f173eaad91 (patch)
tree10ef046df67c459412bd272b263b8109cb80b455 /python
parent403df865aa7f86ce10e19eb8a7ed67bf772c901b (diff)
downloadrefcat-77ca4cd924993188e0e9f8dd072af9f173eaad91.tar.gz
refcat-77ca4cd924993188e0e9f8dd072af9f173eaad91.zip
rename skate-ref-to-release to skate-conv
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 df2245f..bb2685d 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -965,7 +965,7 @@ class RefsToRelease(Refcat):
def run(self):
output = shellout("""
zstdcat -T0 {input} |
- skate-ref-to-release -w 24 -b 100000 |
+ skate-conv -f ref -w 24 -b 100000 |
zstd -T0 -c > {output}
""",
input=self.input().path)