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 } ```