diff --git a/internal/config/load.go b/internal/config/load.go index 7c1f060d..219f21ba 100644 --- a/internal/config/load.go +++ b/internal/config/load.go @@ -91,7 +91,7 @@ func readOne(fs afero.Fs, path string, names []string) (*viper.Viper, error) { return v, nil } - return nil, NotFoundError{fmt.Sprintf("No config files with names %q could not be found in \"%s\"", names, path)} + return nil, NotFoundError{fmt.Sprintf("No config files with names %q have been found in \"%s\"", names, path)} } // mergeAll merges configs using the following order.