Update pkg/addons/addons.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/15868/head
parent
5c46b3a555
commit
c7ee592a76
|
@ -632,7 +632,7 @@ func CheckPaused(profile string, enable bool) error {
|
|||
if enable {
|
||||
action = "enable"
|
||||
}
|
||||
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)
|
||||
out.Styled(style.Shrug, msg)
|
||||
return errors.New(msg)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue