1
0
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:
Carlos Alexandro Becker 2018-10-05 09:49:47 -03:00 committed by Carlos Alexandro Becker
parent 71171ba222
commit 3c72ad1081

View File

@ -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())
}