We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa1caa commit 0b406a0Copy full SHA for 0b406a0
internal/cmd/server/service-account/detach/detach.go
@@ -63,7 +63,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
63
serverLabel = model.ServerId
64
}
65
66
- prompt := fmt.Sprintf("Are your sure you want to detach service account %q from a server %q?", model.ServiceAccMail, serverLabel)
+ prompt := fmt.Sprintf("Are you sure you want to detach service account %q from a server %q?", model.ServiceAccMail, serverLabel)
67
err = params.Printer.PromptForConfirmation(prompt)
68
if err != nil {
69
return err
0 commit comments