We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd95685 commit 6d85ef6Copy full SHA for 6d85ef6
internal/cmd/beta/intake/instance/delete/delete.go
@@ -81,7 +81,7 @@ func NewCmd(p *types.CmdParams) *cobra.Command {
81
if model.Async {
82
operationState = "Triggered deletion of"
83
}
84
- p.Printer.Outputf("%s stackit Intake instance %s \n", operationState, model.IntakeId)
+ p.Printer.Outputf("%s STACKIT Intake instance %s \n", operationState, model.IntakeId)
85
86
return nil
87
},
0 commit comments