summaryrefslogtreecommitdiffstats
path: root/hugolib/config.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-25 13:34:00 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-25 17:17:21 +0200
commit91cbb963020ac2aead68ff2bbd7e9077d5558abd (patch)
tree6b27cf89aa9a8b28584ff94bc5d0411db76bb408 /hugolib/config.go
parenta352d19d881474f53d01791be4febd305453a9d6 (diff)
Bump all long-living deprecations to ERRORs
Diffstat (limited to 'hugolib/config.go')
-rw-r--r--hugolib/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/config.go b/hugolib/config.go
index 694f34615..96114fad1 100644
--- a/hugolib/config.go
+++ b/hugolib/config.go
@@ -109,7 +109,7 @@ func LoadConfig(d ConfigSourceDescriptor, doWithConfig ...func(cfg config.Provid
// We made this a Glob pattern in Hugo 0.75, we don't need both.
if l.cfg.GetBool("ignoreVendor") {
- helpers.Deprecated("--ignoreVendor", "--ignoreVendorPaths **", false)
+ helpers.Deprecated("--ignoreVendor", "--ignoreVendorPaths **", true)
l.cfg.Set("ignoreVendorPaths", "**")
}