Skip to content

Commit 29ced5f

Browse files
chmouelShivam Mukhade
andauthored
Apply suggestions from code review frm super SM43
Co-authored-by: Shivam Mukhade <[email protected]>
1 parent 0775cec commit 29ced5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/tknpac/generate/templates/pipelinerun.yaml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ metadata:
1111
# The branch or tag we are targeting (ie: main, refs/tags/*)
1212
pipelinesascode.tekton.dev/on-target-branch: "<< .event.BaseBranch >>"
1313
<< if .use_cluster_task >>
14-
# If we wanted to use the git-clone task from hub we could specify the
14+
# If we want to use the git-clone task from hub we could specify the
1515
# annotation `pipelinesascode.tekton.dev/task annotation` and reference it
1616
# in the taskRef. Pipelines as Code when it sees this will grab it from hub
17-
# and automatically use the latest version. right know by default we will
17+
# and automatically use the latest version. right now by default we will
1818
# use the `git-clone` ClusterTasks as shipped on this cluster.
1919
#
2020
# pipelinesascode.tekton.dev/task: "git-clone"

0 commit comments

Comments
 (0)