mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
wrong log
This commit is contained in:
parent
c958d558e5
commit
91a861f34d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user