1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-06-02 23:27:44 +02:00

chore: fmt

This commit is contained in:
Carlos A Becker 2021-11-06 16:49:11 -03:00
parent a7b929a403
commit c9991ad9ab
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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