1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +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 == "" {

View File

@ -101,7 +101,7 @@ func TestRunPipe(t *testing.T) {
"custom_download_strategy": func(ctx *context.Context) {
ctx.Config.Brew.DownloadStrategy = "GitHubPrivateRepositoryReleaseDownloadStrategy"
},
"binary_overriden": func(ctx *context.Context) {
"binary_overridden": func(ctx *context.Context) {
ctx.Config.Archive.Format = "binary"
ctx.Config.Archive.FormatOverrides = []config.FormatOverride{
{