diff --git a/main.go b/main.go index 09b5f309d..fa2aff5bf 100644 --- a/main.go +++ b/main.go @@ -159,8 +159,8 @@ func loadConfig(path string) (config.Project, error) { } return proj, err } - // the user didn't specified a config file and the known possible file names + // 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 find a config file, using defaults...") + log.Warn("could not find a config file, using defaults...") return config.Project{}, nil }