Fixed function name typo

This commit is contained in:
Vlad Didenko 2015-05-23 18:29:26 -05:00
parent 0776ded240
commit 9853229d98

View file

@ -981,7 +981,7 @@ func (v *Viper) findConfigInPaths() (string, error) {
}
// Search the current working directory for any config file.
func (v *Viper) findConfigInCWD() (string, error) {
func (v *Viper) findConfigInWD() (string, error) {
wd, _ := os.Getwd()
jww.INFO.Println("Searching for config in ", wd)