mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: make output less verbose
This commit is contained in:
parent
71171ba222
commit
3c72ad1081
@ -185,7 +185,7 @@ func link(src, dest string) error {
|
||||
log.WithFields(log.Fields{
|
||||
"src": path,
|
||||
"dst": dst,
|
||||
}).Info("extra file")
|
||||
}).Debug("extra file")
|
||||
if info.IsDir() {
|
||||
return os.MkdirAll(dst, info.Mode())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user