Skip to content

Commit 5c75107

Browse files
Update provider/alibabacloud/alibaba_cloud.go
Co-authored-by: Michel Loiseleur <[email protected]>
1 parent 5b85157 commit 5c75107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/alibabacloud/alibaba_cloud.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@ func (p *AlibabaCloudProvider) createRecord(endpoint *endpoint.Endpoint, target
507507
rr, domain := p.splitDNSName(endpoint.DNSName, hostedZoneDomains)
508508

509509
if domain == "" {
510-
log.Errorf("Failed to create %s record named '%s' to '%s' for Alibaba Cloud DNS: no coorsponing DNS zone found for this domain '%s',please add the DNS zone first",
510+
log.Errorf("Failed to create %s record named '%s' to '%s' for Alibaba Cloud DNS: no corresponding DNS zone found for this domain '%s'",
511511
endpoint.RecordType, endpoint.DNSName, target, endpoint.DNSName)
512-
return fmt.Errorf("no corresponding DNS zone found for this domain. Please add the DNS zone first")
512+
return fmt.Errorf("no corresponding DNS zone found for this domain.")
513513
}
514514

515515
request := alidns.CreateAddDomainRecordRequest()

0 commit comments

Comments
 (0)