Skip to content

Commit

Permalink
Update pkg/pod/status.go
Browse files Browse the repository at this point in the history
Co-authored-by: ywluogg <69618391+ywluogg@users.noreply.github.com>
  • Loading branch information
Yongxuanzhang and ywluogg committed Jun 14, 2022
1 parent 4a95516 commit 3360226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pod/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func MakeTaskRunStatus(logger *zap.SugaredLogger, tr v1beta1.TaskRun, pod *corev
return *trs, merr.ErrorOrNil()
}

func missmatchedTypesResults(tr v1beta1.TaskRun, trs *v1beta1.TaskRunStatus, resolvedTaskSpec *v1beta1.TaskSpec) []string {
func mismatchedTypesResults(tr v1beta1.TaskRun, trs *v1beta1.TaskRunStatus, resolvedTaskSpec *v1beta1.TaskSpec) []string {
neededTypes := make(map[string][]string)
providedTypes := make(map[string][]string)
// collect needed keys for object results
Expand Down

0 comments on commit 3360226

Please sign in to comment.