You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
fix: typos (#743)
This commit is contained in:
committed by
Carlos Alexandro Becker
parent
f2878d3b82
commit
a12a8bc25c
@@ -55,7 +55,7 @@ func New(ctx *context.Context) *Template {
|
||||
}
|
||||
}
|
||||
|
||||
// WithArtifacts populate fields from the artifact and replacements
|
||||
// WithArtifact populates fields from the artifact and replacements
|
||||
func (t *Template) WithArtifact(a artifact.Artifact, replacements map[string]string) *Template {
|
||||
var bin = a.Extra[binary]
|
||||
if bin == "" {
|
||||
|
||||
Reference in New Issue
Block a user