We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18250dd commit 15a1e3fCopy full SHA for 15a1e3f
pkg/addons/addons.go
@@ -622,7 +622,7 @@ func CheckPaused(profile string, val string) error {
622
if enable {
623
action = "enable"
624
}
625
- msg := fmt.Sprintf("can't %s addon on a paused cluster, please unpause the cluster firstly.", action)
+ msg := fmt.Sprintf("Can't %s addon on a paused cluster, please unpause the cluster first.", action)
626
out.Styled(style.Shrug, msg)
627
return errors.New(msg)
628
0 commit comments