mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
7f3aab5ac2
commit
321418f22a
1 changed files with 3 additions and 2 deletions
|
@ -95,12 +95,13 @@ func (h *Client) collect(tidy bool) (ModulesConfig, *collector) {
|
||||||
return ModulesConfig{}, c
|
return ModulesConfig{}, c
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.skipTidy && tidy {
|
// https://github.com/gohugoio/hugo/issues/6115
|
||||||
|
/*if !c.skipTidy && tidy {
|
||||||
if err := h.tidy(c.modules, true); err != nil {
|
if err := h.tidy(c.modules, true); err != nil {
|
||||||
c.err = err
|
c.err = err
|
||||||
return ModulesConfig{}, c
|
return ModulesConfig{}, c
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
return ModulesConfig{
|
return ModulesConfig{
|
||||||
AllModules: c.modules,
|
AllModules: c.modules,
|
||||||
|
|
Loading…
Reference in a new issue