diff options
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r-- | data/recipes/default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js index edce63da..7c8f6f36 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -264,7 +264,7 @@ const strawberry_shake = either( ) // Icecream -edible(freeze(strawberry_shake).as("strawberry-icecream").tr(PL)) +edible(freeze(strawberry_shake.tr(GL)).as("strawberry-icecream")) // Mochi const rice_flour = process(rice.tr(FP)).as("rice-flour") |