Skip to content

Commit

Permalink
modify error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzhangbjz committed Sep 14, 2020
1 parent 28ad112 commit 7f62712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/registry/resolver/resolver.go
Expand Up @@ -566,7 +566,7 @@ func (r *SatResolver) sortChannel(bundles []*Operator) ([]*Operator, error) {
}

} else if len(headCandidates) < 1 {
return nil, fmt.Errorf("Not found the head for channel")
return nil, fmt.Errorf("head of channel not found")
}

for _, v := range headCandidates {
Expand Down

0 comments on commit 7f62712

Please sign in to comment.