You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fix: improve log
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user