Skip to content

Commit 7cb7909

Browse files
Merge pull request #355 from wking/syncDegradedStatus-typo
pkg/cvo/status: Fix "syncDegradedStatus" -> "syncFailingStatus" comment
2 parents 2fdbb16 + 2884447 commit 7cb7909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cvo/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func convertErrorToProgressing(history []configv1.UpdateHistory, now time.Time,
350350
return "", "", false
351351
}
352352

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

0 commit comments

Comments
 (0)