1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-06-15 00:15:11 +02:00

chore: fmt

This commit is contained in:
Carlos A Becker
2021-11-06 16:49:11 -03:00
parent a7b929a403
commit c9991ad9ab

View File

@ -31,7 +31,7 @@ func (Pipe) Default(ctx *context.Context) error {
}
if ctx.Config.Announce.Reddit.URLTemplate == "" {
ctx.Config.Announce.Reddit.URLTemplate = defaultURLTemplate
ctx.Config.Announce.Reddit.URLTemplate = defaultURLTemplate
}
return nil