From 2b6063c3e388056597af88709ff017d15f53c962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 4 Jan 2022 13:07:10 +0100 Subject: Misc depreation updates * Deprecate .Page.Path when backed by a file * site.Permalinks * --ignoreVendor (use --ignoreVendorPaths) Closes #9348 Closes #9349 --- modules/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/client.go') diff --git a/modules/client.go b/modules/client.go index 5b61e5644..17e149ecf 100644 --- a/modules/client.go +++ b/modules/client.go @@ -191,7 +191,7 @@ func (c *Client) Tidy() error { // // We, by default, use the /_vendor folder first, if found. To disable, // run with -// hugo --ignoreVendor +// hugo --ignoreVendorPaths=".*" // // Given a module tree, Hugo will pick the first module for a given path, // meaning that if the top-level module is vendored, that will be the full -- cgit v1.2.3