Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Areadrill authored and tekton-robot committed Oct 6, 2023
1 parent db23b72 commit 3816410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/pipelinerun/pipelinerun.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ func (c *Reconciler) reconcile(ctx context.Context, pr *v1.PipelineRun, getPipel
tasks = append(tasks, pipelineSpec.Finally...)
}

// We spit tasks in two lists:
// We split tasks in two lists:
// - those with a completed (Task|Custom)Run reference (i.e. those that finished running)
// - those without a (Task|Custom)Run reference
// We resolve the status for the former first, to collect all results available at this stage
Expand Down

0 comments on commit 3816410

Please sign in to comment.