Skip to content

Commit

Permalink
fix: Erratum in docs. Fixes #8342 (#8359)
Browse files Browse the repository at this point in the history
  • Loading branch information
msidana authored Apr 11, 2022
1 parent a3d1d07 commit e9de085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ spec:
template: heads # call heads template if "heads"
when: "{{steps.flip-coin.outputs.result}} == heads"
- name: tails # keep flipping coins if "tails"
template: coinflip
template: flip-coin
when: "{{steps.flip-coin.outputs.result}} == tails"
- name: flip-coin
Expand Down

0 comments on commit e9de085

Please sign in to comment.