Skip to content

Commit

Permalink
Merge pull request #355 from wking/syncDegradedStatus-typo
Browse files Browse the repository at this point in the history
pkg/cvo/status: Fix "syncDegradedStatus" -> "syncFailingStatus" comment
  • Loading branch information
openshift-merge-robot authored Jun 1, 2020
2 parents 2fdbb16 + 2884447 commit 7cb7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cvo/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func convertErrorToProgressing(history []configv1.UpdateHistory, now time.Time,
return "", "", false
}

// syncDegradedStatus handles generic errors in the cluster version. It tries to preserve
// syncFailingStatus handles generic errors in the cluster version. It tries to preserve
// all status fields that it can by using the provided config or loading the latest version
// from the cache (instead of clearing the status).
// if ierr is nil, return nil
Expand Down

0 comments on commit 7cb7909

Please sign in to comment.