Skip to content

Commit

Permalink
fix: typos (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbeber authored and caarlos0 committed Aug 1, 2018
1 parent f2878d3 commit a12a8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/tmpl/tmpl.go
Expand Up @@ -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 == "" {
Expand Down
2 changes: 1 addition & 1 deletion pipeline/brew/brew_test.go
Expand Up @@ -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{
{
Expand Down

0 comments on commit a12a8bc

Please sign in to comment.