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 b5389c6 commit 0fe2a31Copy full SHA for 0fe2a31
pkg/reconciler/taskrun/taskrun.go
@@ -229,7 +229,7 @@ func (c *Reconciler) getTaskResolver(tr *v1alpha1.TaskRun) (*resources.LocalTask
229
return resolver, kind
230
}
231
232
-// `prepare` fetches resources the taskrun depends on, runs validation and convertion
+// `prepare` fetches resources the taskrun depends on, runs validation and conversion
233
// It may report errors back to Reconcile, it updates the taskrun status in case of
234
// error but it does not sync updates back to etcd. It does not emit events.
235
// All errors returned by `prepare` are always handled by `Reconcile`, so they don't cause
0 commit comments