Skip to content

Commit b6372c4

Browse files
Yongxuanzhangjerop
andauthored
Update pkg/reconciler/taskrun/resources/taskref.go
Co-authored-by: Jerop Kipruto <jerop@google.com>
1 parent 15b4a78 commit b6372c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconciler/taskrun/resources/taskref.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func GetTaskFunc(ctx context.Context, k8s kubernetes.Interface, tekton clientset
126126
// GetStepActionFunc is a factory function that will use the given Ref as context to return a valid GetStepAction function.
127127
// also requires a kubeclient, tektonclient, requester in case it needs to find that task in
128128
// cluster or authorize against an external repository. It will figure out whether it needs to look in the cluster or in
129-
// a remote image to fetch the reference.
129+
// a remote location to fetch the reference.
130130
func GetStepActionFunc(tekton clientset.Interface, k8s kubernetes.Interface, requester remoteresource.Requester, tr *v1.TaskRun, step *v1.Step) GetStepAction {
131131
trName := tr.Name
132132
namespace := tr.Namespace

0 commit comments

Comments
 (0)