From f27d9a860b0b2265e60bde969df445e7e2948ff1 Mon Sep 17 00:00:00 2001 From: Anders Schwartz Date: Mon, 5 Feb 2024 16:42:15 -0500 Subject: [PATCH] update again --- docs/docs/api-reference/starlark-reference/exec-recipe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api-reference/starlark-reference/exec-recipe.md b/docs/docs/api-reference/starlark-reference/exec-recipe.md index f82baa3560..580643695f 100644 --- a/docs/docs/api-reference/starlark-reference/exec-recipe.md +++ b/docs/docs/api-reference/starlark-reference/exec-recipe.md @@ -54,7 +54,7 @@ def run(plan, args={}): recipe = ExecRecipe( command = ["/bin/sh", "-c", cmd], extract = { - "example_reference_key": "fromjson | .key" + "example_reference_key": "fromjson | .key" # <----- Notice the use of `fromjson` } ), )