mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
fix: log message
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
83e401cfa5
commit
0ebd326f71
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user