forked from TrueCloudLab/certificates
Fix typo
This commit is contained in:
parent
a4dd586a81
commit
6dcde8a743
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ func (c *Client) retryOnError(r *http.Response) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
// GetCaURL returns the configura CA url.
|
||||
// GetCaURL returns the configured CA url.
|
||||
func (c *Client) GetCaURL() string {
|
||||
return c.endpoint.String()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue