We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f712b commit 8959135Copy full SHA for 8959135
internal/config/load.go
@@ -91,7 +91,7 @@ func readOne(fs afero.Fs, path string, names []string) (*viper.Viper, error) {
91
return v, nil
92
}
93
94
- 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)}
95
96
97
// mergeAll merges configs using the following order.
0 commit comments