mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(apiserver): append errors correctly from options (#93434)
This commit is contained in:
parent
6ee7f7dc79
commit
72bfa624ce
@ -144,7 +144,7 @@ func (o *APIServerOptions) Validate() error {
|
||||
}
|
||||
|
||||
if errs := o.Options.Validate(); len(errs) > 0 {
|
||||
errors = append(errors, errors...)
|
||||
errors = append(errors, errs...)
|
||||
}
|
||||
|
||||
return utilerrors.NewAggregate(errors)
|
||||
|
Loading…
Reference in New Issue
Block a user