Skip to content

Commit

Permalink
Merge PR: update parameter (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-sjtu authored Oct 13, 2022
1 parent 2b81eeb commit e257e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func resolveSentryAddrs(plain string) []string {
if len(plain) == 0 {
return []string{}
}
return strings.Split(plain, ",")
return strings.Split(plain, ";")
}

func (c *OecConfig) loadFromApollo() bool {
Expand Down

0 comments on commit e257e9d

Please sign in to comment.