mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
parent
5de2a8bb86
commit
48d774970c
@ -91,6 +91,7 @@ func loadFromFile(file string) (string, error) {
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
log.WithField("file", file).Debugf("read %d bytes", len(bts))
|
||||
return string(bts), nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user