Skip to content

Commit

Permalink
fix: log message
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed May 4, 2020
1 parent 83e401c commit 0ebd326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/blob/blob.go
Expand Up @@ -35,7 +35,7 @@ func (Pipe) Default(ctx *context.Context) error {
// Publish to specified blob bucket url
func (Pipe) Publish(ctx *context.Context) error {
if len(ctx.Config.Blobs) == 0 {
return pipe.Skip("Blob section is not configured")
return pipe.Skip("blobs section is not configured")
}

var g = semerrgroup.New(ctx.Parallelism)
Expand Down

0 comments on commit 0ebd326

Please sign in to comment.