mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
commands: Fix spelling in comment
This commit is contained in:
parent
41137077bc
commit
60c24fc5ee
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ func (r *rootCommand) PreRun(cd, runner *simplecobra.Commandeer) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// Set up the glboal logger early to allow info deprecations during config load.
|
||||
// Set up the global logger early to allow info deprecations during config load.
|
||||
loggers.InitGlobalLogger(r.logger.Level(), false)
|
||||
|
||||
r.changesFromBuild = make(chan []identity.Identity, 10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue