We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a4c5d commit d866a6fCopy full SHA for d866a6f
pkg/reconciler/taskrun/taskrun.go
@@ -221,7 +221,7 @@ func (c *Reconciler) getTaskResolver(tr *v1alpha1.TaskRun) (*resources.LocalTask
221
return resolver, kind
222
}
223
224
-// `prepare` fetches resources the taskrun depends on, runs validation and convertion
+// `prepare` fetches resources the taskrun depends on, runs validation and conversion
225
// It may report errors back to Reconcile, it updates the taskrun status in case of
226
// error but it does not sync updates back to etcd. It does not emit events.
227
// All errors returned by `prepare` are always handled by `Reconcile`, so they don't cause
0 commit comments