Skip to content

Commit 0582365

Browse files
GokceGKrubenhoenle
andauthored
Update internal/cmd/beta/logs/instance/delete/delete.go
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent 50cef75 commit 0582365

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
9999
if model.Async {
100100
operationState = "Triggered deletion of"
101101
}
102-
params.Printer.Info("%s instance %q\n", operationState, instanceLabel)
102+
params.Printer.Outputf("%s instance %q\n", operationState, instanceLabel)
103103
return nil
104104
},
105105
}

0 commit comments

Comments
 (0)