Skip to content

Commit

Permalink
add: line feed when deleted objects
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Dec 29, 2023
1 parent f284b38 commit 6964fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subcmd/s3hub/rm.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (r *rmCmd) removeObjects(bucket model.Bucket) error {
if err := eg.Wait(); err != nil {
return err
}
r.printf("delete %s objects in %s", color.YellowString("%d", output.Objects.Len()), color.YellowString("%s", bucket))
r.printf("delete %s objects in %s\n", color.YellowString("%d", output.Objects.Len()), color.YellowString("%s", bucket))
return nil
}

Expand Down

0 comments on commit 6964fe8

Please sign in to comment.