mirror of
				https://github.com/kubernetes-sigs/external-dns.git
				synced 2025-11-03 20:21:23 +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