aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-12-15 12:16:19 +0100
committermetamuffin <metamuffin@disroot.org>2025-12-15 12:16:19 +0100
commit70ed34d7d961197a89b905d0b27daf19f9fc4159 (patch)
treeaf27ddfb17c237249fecb2b8bacf9aa7644727dd /data
parentd28bcee4832c3c180463e26b72f96f8ea6dcde9a (diff)
downloadhurrycurry-70ed34d7d961197a89b905d0b27daf19f9fc4159.tar
hurrycurry-70ed34d7d961197a89b905d0b27daf19f9fc4159.tar.bz2
hurrycurry-70ed34d7d961197a89b905d0b27daf19f9fc4159.tar.zst
Fix anticurry inverted points (fix #346)
Diffstat (limited to 'data')
-rwxr-xr-xdata/recipes/anticurry.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/recipes/anticurry.sed b/data/recipes/anticurry.sed
index 26042454..01e442de 100755
--- a/data/recipes/anticurry.sed
+++ b/data/recipes/anticurry.sed
@@ -2,3 +2,6 @@
s/inputs/TEMP/g
s/outputs/inputs/g
s/TEMP/outputs/g
+s/points: -/TEMP/g
+s/points: /points: -/g
+s/TEMP/points: /g