We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cbdf4 commit 80f737bCopy full SHA for 80f737b
internal/cmd/beta/cdn/distribution/update/update.go
@@ -117,7 +117,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
117
params.Printer.Debug(print.ErrorLevel, "get project name: %v", err)
118
projectLabel = model.ProjectId
119
}
120
-
+
121
prompt := fmt.Sprintf("Are you sure you want to update a CDN distribution for project %q?", projectLabel)
122
err = params.Printer.PromptForConfirmation(prompt)
123
if err != nil {
0 commit comments