Update pkg/addons/addons.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/15868/head
Tongyao Si 2023-02-18 23:53:58 +08:00 committed by Steven Powell
parent 5c46b3a555
commit c7ee592a76
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}