Skip to content

Commit

Permalink
chore: Capitalize message
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Maria <rodrigo@rodrigomaria.com.br>
  • Loading branch information
maxwelbm and rodrigomaria committed May 23, 2024
1 parent e308357 commit 04c9d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/delete/edge_storage/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (b *bucket) runE(cmd *cobra.Command, _ []string) error {
}
}
logger.FInfo(b.factory.IOStreams.Out, "Delete all objects from bucket\n")
logger.FInfo(b.factory.IOStreams.Out, "deleting objects...")
logger.FInfo(b.factory.IOStreams.Out, "Deleting objects...")
if err := deleteAllObjects(client, ctx, b.name, ""); err != nil {
return err
}
Expand Down

0 comments on commit 04c9d7f

Please sign in to comment.