From 15b4a786d066d4dad8ceb09c7401afc70905035e Mon Sep 17 00:00:00 2001 From: Yongxuan Zhang <44033547+Yongxuanzhang@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:34:31 -0500 Subject: [PATCH] Update pkg/reconciler/taskrun/resources/taskref.go Co-authored-by: Jerop Kipruto --- pkg/reconciler/taskrun/resources/taskref.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/reconciler/taskrun/resources/taskref.go b/pkg/reconciler/taskrun/resources/taskref.go index e9a1cf4d04a..99b9ccef04a 100644 --- a/pkg/reconciler/taskrun/resources/taskref.go +++ b/pkg/reconciler/taskrun/resources/taskref.go @@ -125,7 +125,7 @@ func GetTaskFunc(ctx context.Context, k8s kubernetes.Interface, tekton clientset // GetStepActionFunc is a factory function that will use the given Ref as context to return a valid GetStepAction function. // also requires a kubeclient, tektonclient, requester in case it needs to find that task in -// cluster or authorize against an external repositroy. It will figure out whether it needs to look in the cluster or in +// cluster or authorize against an external repository. It will figure out whether it needs to look in the cluster or in // a remote image to fetch the reference. func GetStepActionFunc(tekton clientset.Interface, k8s kubernetes.Interface, requester remoteresource.Requester, tr *v1.TaskRun, step *v1.Step) GetStepAction { trName := tr.Name