mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Use current working dir as WorkingDir instead of hugo executable's dir
This commit is contained in:
@@ -190,7 +190,7 @@ func InitializeConfig() {
|
||||
if Source != "" {
|
||||
viper.Set("WorkingDir", Source)
|
||||
} else {
|
||||
dir, _ := helpers.FindCWD()
|
||||
dir, _ := os.Getwd()
|
||||
viper.Set("WorkingDir", dir)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user