Skip to content

Commit

Permalink
Fixed the message to show after upgrade happened
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <[email protected]>
  • Loading branch information
alejandrojnm committed Jun 24, 2020
1 parent 6ff45d0 commit 396934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubernetes_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var kubernetesUpgradeCmd = &cobra.Command{
case "custom":
ow.WriteCustomOutput(outputFields)
default:
fmt.Printf("The kubernetes cluster %s was upgraded to %s\n", utility.Green(kubernetesCluster.Name), utility.Green(kubernetesCluster.KubernetesVersion))
fmt.Printf("The kubernetes cluster %s was upgraded to %s\n", utility.Green(kubernetesCluster.Name), utility.Green(kubernetesNewVersion))
}
},
}

0 comments on commit 396934a

Please sign in to comment.