mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-28 04:44:34 +02:00
fix: add a debug log on git config
refs #2537 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
0c51988ff1
commit
c7580bf49f
@ -19,7 +19,7 @@ func ExtractRepoFromConfig() (result config.Repo, err error) {
|
||||
if err != nil {
|
||||
return result, fmt.Errorf("no remote configured to list refs from")
|
||||
}
|
||||
log.WithField("rawurl", string(out)).Debugf("got git url")
|
||||
log.WithField("rawurl", out).Debugf("got git url")
|
||||
return ExtractRepoFromURL(out)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user