Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2021-10-09 19:16:52 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-10 12:12:01 +0300
commite6e44b7c41a9b517ffc3775ea0a6aec2b1d4591b (patch)
tree258b68c4c540f4fcb4d5203b6573a564c1c9e941 /hugolib
parent64abc83fc4b70c70458c582ae2cf67fc9c67bb3f (diff)
Fix value of useResourceCacheWhen in TestResourceChainPostCSS
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/resource_chain_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/resource_chain_test.go b/hugolib/resource_chain_test.go
index 09b49553b..9095f1822 100644
--- a/hugolib/resource_chain_test.go
+++ b/hugolib/resource_chain_test.go
@@ -1096,7 +1096,7 @@ class-in-b {
}
`)
- err = build("newer", true)
+ err = build("never", true)
err = herrors.UnwrapErrorWithFileContext(err)
fe, ok := err.(*herrors.ErrorWithFileContext)