Skip to content

Commit 7363742

Browse files
Update internal/cmd/beta/intake/instance/delete/delete.go
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
1 parent 0e262ba commit 7363742

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
@@ -83,7 +83,7 @@ func NewCmd(p *params.CmdParams) *cobra.Command {
8383
if model.Async {
8484
operationState = "Triggered deletion of"
8585
}
86-
p.Printer.Info("%s stackit Intake instance %s \n", operationState, model.IntakeId)
86+
p.Printer.Outputf("%s stackit Intake instance %s \n", operationState, model.IntakeId)
8787

8888
return nil
8989
},

0 commit comments

Comments
 (0)