Skip to content

Commit

Permalink
Update pkg/addons/addons.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
  • Loading branch information
norshtein and spowelljr committed Feb 18, 2023
1 parent b381671 commit 67fdcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/addons/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,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)
}
Expand Down

0 comments on commit 67fdcf1

Please sign in to comment.