commands: Fix spelling in comment

This commit is contained in:
Bjørn Erik Pedersen 2025-01-15 22:31:52 +01:00
parent 41137077bc
commit 60c24fc5ee
No known key found for this signature in database

View file

@ -447,7 +447,7 @@ func (r *rootCommand) PreRun(cd, runner *simplecobra.Commandeer) error {
if err != nil { if err != nil {
return err 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) loggers.InitGlobalLogger(r.logger.Level(), false)
r.changesFromBuild = make(chan []identity.Identity, 10) r.changesFromBuild = make(chan []identity.Identity, 10)