aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/recipes/default.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts
index 085360b2..a908d61c 100644
--- a/data/recipes/default.ts
+++ b/data/recipes/default.ts
@@ -201,7 +201,7 @@ const lettuce = crate("lettuce")
// Buns
const dough = process(flour.tr(FP)).as("dough").tr()
const bun = bake(dough).as("bun")
-edible(bun)
+edible(bun.tr(PL))
// Steak
const steak_pot = sear(steak).as("steak")