[hugo] Fix broken build (#7078)

This commit is contained in:
AdamKorcz 2021-12-29 23:50:19 +00:00 committed by GitHub
parent 369fbc53a2
commit 925cfe8c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func newFuzzDeps(cfg config.Provider) *deps.Deps {
l := langs.NewLanguage("en", cfg) l := langs.NewLanguage("en", cfg)
cs, _ := helpers.NewContentSpec(l, loggers.NewErrorLogger(), afero.NewMemMapFs()) cs, _ := helpers.NewContentSpec(l, loggers.NewErrorLogger(), afero.NewMemMapFs(), nil)
return &deps.Deps{ return &deps.Deps{
Cfg: cfg, Cfg: cfg,