mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fixing all tests to pass with new Viper Config
This commit is contained in:
@@ -80,7 +80,7 @@ func init() {
|
||||
}
|
||||
|
||||
func InitializeConfig() {
|
||||
viper.SetConfigName(CfgFile) // config
|
||||
viper.SetConfigName(CfgFile)
|
||||
viper.AddConfigPath(Source)
|
||||
viper.ReadInConfig()
|
||||
|
||||
|
Reference in New Issue
Block a user