From 071d882d08eb92c2002b59217c6464960d1695de Mon Sep 17 00:00:00 2001 From: m0un10 <7553951+m0un10@users.noreply.github.com> Date: Tue, 19 Apr 2022 21:24:31 +1000 Subject: [PATCH] docs: fixed misleading example code Signed-off-by: m0un10 <7553951+m0un10@users.noreply.github.com> --- docs/faq/1232-chain-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/1232-chain-actions.md b/docs/faq/1232-chain-actions.md index 3e693530..6ea2428c 100644 --- a/docs/faq/1232-chain-actions.md +++ b/docs/faq/1232-chain-actions.md @@ -42,7 +42,7 @@ bar: bash.#Run & { script: contents: #""" echo "hello" """# - env: HACK: "\(test.success)" // <== HACK: CHAINING of action happening here + env: HACK: "\(foo.success)" // <== HACK: CHAINING of action happening here } ```