diff --git a/viper.go b/viper.go index 3a55f23..4c054fa 100644 --- a/viper.go +++ b/viper.go @@ -53,7 +53,7 @@ type remoteProvider struct { } // A set of paths to look for the config file in -var configPaths []string +var configPaths []string = []string{"."} // A set of remote providers to search for the configuration var remoteProviders []*remoteProvider