summaryrefslogtreecommitdiffstats
path: root/hugofs/fs.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs/fs.go')
-rw-r--r--hugofs/fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go
index fff0c64a6..7f8abd337 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -81,7 +81,7 @@ func InitFs(fs afero.Fs) {
}
func initSourceDependencies() {
- workingDir := viper.GetString("WorkingDir")
+ workingDir := viper.GetString("workingDir")
if workingDir != "" {
workingDirFs = afero.NewBasePathFs(afero.NewReadOnlyFs(sourceFs), workingDir).(*afero.BasePathFs)