mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-11-04 20:51:01 +01:00
Remove leading space from https://api.ote-godaddy.com endpoint.
This commit is contained in:
parent
cc82c6b727
commit
3ee55f2f51
@ -105,7 +105,7 @@ func NewClient(useOTE bool, apiKey, apiSecret string) (*Client, error) {
|
|||||||
var endpoint string
|
var endpoint string
|
||||||
|
|
||||||
if useOTE {
|
if useOTE {
|
||||||
endpoint = " https://api.ote-godaddy.com"
|
endpoint = "https://api.ote-godaddy.com"
|
||||||
} else {
|
} else {
|
||||||
endpoint = "https://api.godaddy.com"
|
endpoint = "https://api.godaddy.com"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user