diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |