We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7712ec3 commit e6f8436Copy full SHA for e6f8436
cmd/app/options.go
@@ -369,9 +369,6 @@ func (o *Options) assignSelfhosted(envs []string) {
369
}
370
371
initOptions := func(name string) {
372
- if name == "" {
373
- panic("Not meant to be empty!")
374
- }
375
if o.Client.Selfhosted[name] == nil {
376
o.Client.Selfhosted[name] = new(selfhosted.Options)
377
0 commit comments