summaryrefslogtreecommitdiffstats
path: root/hugofs/component_fs.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs/component_fs.go')
-rw-r--r--hugofs/component_fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/component_fs.go b/hugofs/component_fs.go
index c3c64b18f..b6eeb89e5 100644
--- a/hugofs/component_fs.go
+++ b/hugofs/component_fs.go
@@ -241,7 +241,7 @@ type ComponentFsOptions struct {
DefaultContentLanguage string
// The parser used to parse paths provided by this filesystem.
- PathParser paths.PathParser
+ PathParser *paths.PathParser
}
func (fs *componentFs) Open(name string) (afero.File, error) {