From 30c2e54c25f6c3a942080f30be49712adda27586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 8 Apr 2022 15:15:26 +0200 Subject: Replace all usage of CopyOnWriteFs with OverlayFs Fixes #9761 --- hugolib/content_factory.go | 1 + 1 file changed, 1 insertion(+) (limited to 'hugolib/content_factory.go') diff --git a/hugolib/content_factory.go b/hugolib/content_factory.go index bf16a9821..bea98894d 100644 --- a/hugolib/content_factory.go +++ b/hugolib/content_factory.go @@ -112,6 +112,7 @@ func (f ContentFactory) SectionFromFilename(filename string) (string, error) { func (f ContentFactory) CreateContentPlaceHolder(filename string) (string, error) { filename = filepath.Clean(filename) _, abs, err := f.h.AbsProjectContentDir(filename) + if err != nil { return "", err } -- cgit v1.2.3