Skip to content

Commit cc4fc26

Browse files
fix(albwaf): use outputf instead of info for crg delete
1 parent a031886 commit cc4fc26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/cmd/beta/alb-waf/custom-rule-group/delete

internal/cmd/beta/alb-waf/custom-rule-group/delete/delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
7474
return fmt.Errorf("delete ALB WAF custom rule group: %w", err)
7575
}
7676

77-
params.Printer.Info("Custom rule group %q deleted.\n", model.Name)
77+
params.Printer.Outputf("Custom rule group %q deleted.\n", model.Name)
7878
return nil
7979
},
8080
}

0 commit comments

Comments
 (0)