summaryrefslogtreecommitdiffstats
path: root/hugolib/page_bundler_capture.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_bundler_capture.go')
-rw-r--r--hugolib/page_bundler_capture.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_bundler_capture.go b/hugolib/page_bundler_capture.go
index 255a8efda..92b3efe49 100644
--- a/hugolib/page_bundler_capture.go
+++ b/hugolib/page_bundler_capture.go
@@ -75,7 +75,7 @@ func newCapturer(
sem: make(chan bool, numWorkers),
handler: handler,
sourceSpec: sourceSpec,
- fs: sourceSpec.Fs,
+ fs: sourceSpec.SourceFs,
logger: logger,
contentChanges: contentChanges,
seen: make(map[string]bool),