mirror of
				https://github.com/kubernetes-sigs/external-dns.git
				synced 2025-11-04 12:41:00 +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
 | 
			
		||||
 | 
			
		||||
	if useOTE {
 | 
			
		||||
		endpoint = " https://api.ote-godaddy.com"
 | 
			
		||||
		endpoint = "https://api.ote-godaddy.com"
 | 
			
		||||
	} else {
 | 
			
		||||
		endpoint = "https://api.godaddy.com"
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user