mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 10:32:27 -06:00
Update go/libraries/doltcore/servercfg/yaml_config.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -778,7 +778,7 @@ func (cfg YAMLConfig) MetricsPort() int {
|
||||
}
|
||||
|
||||
func (cfg YAMLConfig) MetricsTLSCert() string {
|
||||
if cfg.MetricsConfig.TlsCa == nil {
|
||||
if cfg.MetricsConfig.TlsCert == nil {
|
||||
return ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user