Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: Cabinfever_B <[email protected]>
  • Loading branch information
CabinfeverB committed Mar 11, 2024
1 parent 588bc61 commit 74349ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pd_service_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ func newPDServiceDiscovery(
tlsCfg: tlsCfg,
option: option,
}
urls = addrsToUrls(urls, tlsCfg)
urls = addrsToURLs(urls, tlsCfg)
pdsd.urls.Store(urls)
return pdsd
}
Expand Down

0 comments on commit 74349ef

Please sign in to comment.