This commit is contained in:
Mariano Cano 2022-03-11 15:22:53 -08:00
parent a4dd586a81
commit 6dcde8a743

View file

@ -563,7 +563,7 @@ func (c *Client) retryOnError(r *http.Response) bool {
return false return false
} }
// GetCaURL returns the configura CA url. // GetCaURL returns the configured CA url.
func (c *Client) GetCaURL() string { func (c *Client) GetCaURL() string {
return c.endpoint.String() return c.endpoint.String()
} }