diff --git a/commands/commandeer.go b/commands/commandeer.go index cd8be4ca034..c53235cefe5 100644 --- a/commands/commandeer.go +++ b/commands/commandeer.go @@ -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)