From ffb1d2e7e7e5fdbc9a80d580868cefc36ec6c532 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Sat, 5 Apr 2025 10:55:36 -0600 Subject: [PATCH] minimal_hydroponics_setup: fix a typo in a recipe The parser should catch this :-/ --- .../minimal_hydroponics_setup/clay_pebble_grow_medium.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular-recipes/repos/minimal_hydroponics_setup/clay_pebble_grow_medium.toml b/modular-recipes/repos/minimal_hydroponics_setup/clay_pebble_grow_medium.toml index 1571106..bbbbf4b 100644 --- a/modular-recipes/repos/minimal_hydroponics_setup/clay_pebble_grow_medium.toml +++ b/modular-recipes/repos/minimal_hydroponics_setup/clay_pebble_grow_medium.toml @@ -1,4 +1,4 @@ -[output] +[outputs] clay_pebble_grow_medium = { quantity = { amount=10, unit="Liter" } } [inputs]