Skip to content

Commit e6f8436

Browse files
authored
Apply suggestions from code review
1 parent 7712ec3 commit e6f8436

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/app/options.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,6 @@ func (o *Options) assignSelfhosted(envs []string) {
369369
}
370370

371371
initOptions := func(name string) {
372-
if name == "" {
373-
panic("Not meant to be empty!")
374-
}
375372
if o.Client.Selfhosted[name] == nil {
376373
o.Client.Selfhosted[name] = new(selfhosted.Options)
377374
}

0 commit comments

Comments
 (0)