diff --git a/provider/godaddy/client.go b/provider/godaddy/client.go index d4be96a32..d7e0485f2 100644 --- a/provider/godaddy/client.go +++ b/provider/godaddy/client.go @@ -105,7 +105,7 @@ func NewClient(useOTE bool, apiKey, apiSecret string) (*Client, error) { var endpoint string if useOTE { - endpoint = " https://api.ote-godaddy.com" + endpoint = "https://api.ote-godaddy.com" } else { endpoint = "https://api.godaddy.com" }