Skip to content

Commit

Permalink
Fix: config copy in metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored and m-kus committed Dec 1, 2020
1 parent 373d98b commit f4572c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/metrics/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func main() {
config.WithAliases(consts.Mainnet),
config.WithShare(cfg.SharePath),
config.WithDomains(cfg.Domains),
config.WithConfigCopy(cfg),
)
defer ctx.Close()

Expand Down

0 comments on commit f4572c1

Please sign in to comment.