You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
chore: make output less verbose
This commit is contained in:
committed by
Carlos Alexandro Becker
parent
71171ba222
commit
3c72ad1081
@@ -185,7 +185,7 @@ func link(src, dest string) error {
|
|||||||
log.WithFields(log.Fields{
|
log.WithFields(log.Fields{
|
||||||
"src": path,
|
"src": path,
|
||||||
"dst": dst,
|
"dst": dst,
|
||||||
}).Info("extra file")
|
}).Debug("extra file")
|
||||||
if info.IsDir() {
|
if info.IsDir() {
|
||||||
return os.MkdirAll(dst, info.Mode())
|
return os.MkdirAll(dst, info.Mode())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user