1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

wrong log

This commit is contained in:
Carlos Alexandro Becker 2016-12-30 10:06:09 -02:00
parent c958d558e5
commit 91a861f34d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -55,7 +55,7 @@ func (Pipe) Work(config config.ProjectConfig) error {
owner, repo := split.OnSlash(config.Brew.Repo)
name := config.BinaryName + ".rb"
log.Println("Updating", name, "on", config.Repo, "...")
log.Println("Updating", name, "on", config.Brew.Repo, "...")
out, err := buildFormulae(config, client)
if err != nil {
return err