Skip to content

Commit 26d3028

Browse files
author
Yago Carlos Fernandez Gou
committed
Naming
1 parent 3e95e2d commit 26d3028

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/intake/instance/delete

1 file changed

+1
-1
lines changed

internal/cmd/beta/intake/instance/delete/delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func NewCmd(p *types.CmdParams) *cobra.Command {
8181
if model.Async {
8282
operationState = "Triggered deletion of"
8383
}
84-
p.Printer.Outputf("%s stackit Intake instance %s \n", operationState, model.IntakeId)
84+
p.Printer.Outputf("%s STACKIT Intake instance %s \n", operationState, model.IntakeId)
8585

8686
return nil
8787
},

0 commit comments

Comments
 (0)