Skip to content

Commit 15a1e3f

Browse files
norshteinspowelljr
andauthored
Update pkg/addons/addons.go
Co-authored-by: Steven Powell <[email protected]>
1 parent 18250dd commit 15a1e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/addons/addons.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ func CheckPaused(profile string, val string) error {
622622
if enable {
623623
action = "enable"
624624
}
625-
msg := fmt.Sprintf("can't %s addon on a paused cluster, please unpause the cluster firstly.", action)
625+
msg := fmt.Sprintf("Can't %s addon on a paused cluster, please unpause the cluster first.", action)
626626
out.Styled(style.Shrug, msg)
627627
return errors.New(msg)
628628
}

0 commit comments

Comments
 (0)