diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-15 12:16:19 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-15 12:16:19 +0100 |
| commit | 70ed34d7d961197a89b905d0b27daf19f9fc4159 (patch) | |
| tree | af27ddfb17c237249fecb2b8bacf9aa7644727dd /data | |
| parent | d28bcee4832c3c180463e26b72f96f8ea6dcde9a (diff) | |
| download | hurrycurry-70ed34d7d961197a89b905d0b27daf19f9fc4159.tar hurrycurry-70ed34d7d961197a89b905d0b27daf19f9fc4159.tar.bz2 hurrycurry-70ed34d7d961197a89b905d0b27daf19f9fc4159.tar.zst | |
Fix anticurry inverted points (fix #346)
Diffstat (limited to 'data')
| -rwxr-xr-x | data/recipes/anticurry.sed | 3 |
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 |