From 9d9a1be733074eab461b9d1b0086eb0fb31a7df1 Mon Sep 17 00:00:00 2001 From: 9547 Date: Thu, 1 Apr 2021 01:05:21 +0800 Subject: [PATCH] cluster: typo --- pkg/cluster/manager/patch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/manager/patch.go b/pkg/cluster/manager/patch.go index 652f0fc504..fae761e250 100644 --- a/pkg/cluster/manager/patch.go +++ b/pkg/cluster/manager/patch.go @@ -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, ",")),