Skip to content

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Schwartz committed Feb 5, 2024
1 parent 0510bd8 commit f27d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api-reference/starlark-reference/exec-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
}
),
)
Expand Down

0 comments on commit f27d9a8

Please sign in to comment.