1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: improve log

This commit is contained in:
Carlos Alexandro Becker 2023-07-04 12:34:59 +00:00
parent 86beb584bf
commit 9364d9983a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -31,6 +31,6 @@ func loadConfig(path string) (config.Project, error) {
}
// the user didn't specify a config file and the known possible file names
// don't exist, so, return an empty config and a nil err.
log.Warn("could not find a config file, using defaults...")
log.Warn("could not find a configuration file, using defaults...")
return config.Project{}, nil
}