mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -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
|
||||
}
|
||||
|
||||
if !c.skipTidy && tidy {
|
||||
// https://github.com/gohugoio/hugo/issues/6115
|
||||
/*if !c.skipTidy && tidy {
|
||||
if err := h.tidy(c.modules, true); err != nil {
|
||||
c.err = err
|
||||
return ModulesConfig{}, c
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
return ModulesConfig{
|
||||
AllModules: c.modules,
|
||||
|
|
Loading…
Reference in a new issue