Skip to content

Commit

Permalink
fix: Improve trimming response
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo authored and lukasmalkmus committed Jun 12, 2024
1 parent 68cb276 commit 3147c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/dataset/dataset_trim.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func runTrim(ctx context.Context, opts *trimOptions) error {

if opts.IO.IsStderrTTY() {
cs := opts.IO.ColorScheme()
fmt.Fprintf(opts.IO.ErrOut(), "%s Trimmed dataset %s\n",
fmt.Fprintf(opts.IO.ErrOut(), "%s Dataset trimming requested %s\n",
cs.SuccessIcon(), cs.Bold(opts.Name))
}

Expand Down

0 comments on commit 3147c4a

Please sign in to comment.