Skip to content

Commit

Permalink
Prevent printing Bucket created confirmation message if bucket creati…
Browse files Browse the repository at this point in the history
…on failed
  • Loading branch information
Jillian Inapurapu authored and Jillian Inapurapu committed Jan 13, 2025
1 parent b1a3941 commit 2513c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mb-main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func mainMakeBucket(cliCtx *cli.Context) error {
errorIf(err.Trace(targetURL), "Unable to make bucket `%s`.", targetURL)
}
cErr = exitStatus(globalErrorExitStatus)
continue
break
}

if cliCtx.Bool("with-versioning") {
Expand Down

0 comments on commit 2513c21

Please sign in to comment.