Skip to content

Commit

Permalink
Fix example_customrun.yaml in the Wait Custom Task Beta
Browse files Browse the repository at this point in the history
"apiVersion" missed a character `a`
  • Loading branch information
XinruZhang authored and tekton-robot committed Jan 25, 2023
1 parent d78d333 commit 04ce5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
piVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1beta1
kind: CustomRun
metadata:
generateName: wait-customrun-
Expand Down

0 comments on commit 04ce5da

Please sign in to comment.