Skip to content

Commit

Permalink
cluster: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa committed Mar 31, 2021
1 parent 679c71b commit 9d9a1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/manager/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (m *Manager) Patch(name string, packagePath string, opt operator.Options, o

if !skipConfirm {
if err := cliutil.PromptForConfirmOrAbortError(
fmt.Sprintf("Will patch the cluster %s with package path is %s nodes: %s, roles: %s.\nDo you watn to continue? [y/N]:",
fmt.Sprintf("Will patch the cluster %s with package path is %s, nodes: %s, roles: %s.\nDo you want to continue? [y/N]:",
color.HiYellowString(name),
color.HiYellowString(packagePath),
color.HiRedString(strings.Join(opt.Nodes, ",")),
Expand Down

0 comments on commit 9d9a1be

Please sign in to comment.