1
0
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:
Jonathan Juares Beber
2018-08-01 14:59:57 +02:00
committed by Carlos Alexandro Becker
parent f2878d3b82
commit a12a8bc25c
2 changed files with 2 additions and 2 deletions

View File

@@ -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 == "" {