Skip to content

Commit 91cf9d1

Browse files
Update internal/cmd/beta/intake/runner/delete/delete.go
Co-authored-by: Ruben Hönle <[email protected]>
1 parent ddedeb0 commit 91cf9d1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func NewDeleteCmd(p *params.CmdParams) *cobra.Command {
8282
if model.Async {
8383
operationState = "Triggered deletion of"
8484
}
85-
p.Printer.Info("%s stackit Intake Runner %s \n", operationState, model.RunnerId)
85+
p.Printer.Outputf("%s stackit Intake Runner %s \n", operationState, model.RunnerId)
8686

8787
return nil
8888
},

0 commit comments

Comments
 (0)