summaryrefslogtreecommitdiffstats
path: root/hugofs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-04 07:07:11 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-04 08:43:47 +0100
commit673cde1eb122888509cca32e322662af08187ff1 (patch)
tree6afd5bb1429c073fe8b05806f01550722faa97ab /hugofs
parente46e9ceb29581de3a32c8155f7cfd58ab59b2b8f (diff)
tpl/os: Revert readDir in theme behaviour
Fixes #9599
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/fs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go
index 2c57fe8b5..54d962553 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -41,6 +41,7 @@ type Fs struct {
// WorkingDir is a read-only file system
// restricted to the project working dir.
+ // TODO(bep) get rid of this (se BaseFs)
WorkingDir *afero.BasePathFs
}