Skip to content

Commit 0b406a0

Browse files
committed
fix(server): fix typo
1 parent 5aa1caa commit 0b406a0

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/server/service-account/detach

1 file changed

+1
-1
lines changed

internal/cmd/server/service-account/detach/detach.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
6363
serverLabel = model.ServerId
6464
}
6565

66-
prompt := fmt.Sprintf("Are your sure you want to detach service account %q from a server %q?", model.ServiceAccMail, serverLabel)
66+
prompt := fmt.Sprintf("Are you sure you want to detach service account %q from a server %q?", model.ServiceAccMail, serverLabel)
6767
err = params.Printer.PromptForConfirmation(prompt)
6868
if err != nil {
6969
return err

0 commit comments

Comments
 (0)