Skip to content

Commit 710e823

Browse files
TCGOGOGOSiming Tian
andauthored
fix: fix a typo in example file dag-conditional-artifacts.yaml (argoproj#6775)
Signed-off-by: Siming Tian <[email protected]> Co-authored-by: Siming Tian <[email protected]>
1 parent b828846 commit 710e823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dag-conditional-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
command: [ python ]
6363
source: |
6464
with open("result.txt", "w") as f:
65-
f.write("it was heads")
65+
f.write("it was tails")
6666
outputs:
6767
artifacts:
6868
- name: result

0 commit comments

Comments
 (0)