Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Nov 28, 2024
1 parent edb669a commit ac5a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp-metadata/ocp-metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func (meta *Metadata) GetOCPVirtualizationVersion() (string, error) {
if err != nil {
return "", err
}
if virtOpVers, ok := virtOp.Labels["app.kubernetes.io/verssion"]; ok {
if virtOpVers, ok := virtOp.Labels["app.kubernetes.io/version"]; ok {
return virtOpVers, nil
} else {
return "", fmt.Errorf("label app.kubernetes.io/version not found in virt-operator deployment")
Expand Down

0 comments on commit ac5a635

Please sign in to comment.