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.
2 parents 4ac6a2e + 45c0801 commit 73d60bfCopy full SHA for 73d60bf
pkg/registry/types.go
@@ -359,7 +359,7 @@ func (a *AnnotationsFile) GetDefaultChannelName() string {
359
// SelectDefaultChannel returns the first item in channel list that is sorted
360
// in lexicographic order.
361
func (a *AnnotationsFile) SelectDefaultChannel() string {
362
- return a.SelectDefaultChannel()
+ return a.Annotations.SelectDefaultChannel()
363
}
364
365
func (a Annotations) SelectDefaultChannel() string {
0 commit comments