Skip to content

Commit 59817b0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/alibabacloud/alibaba_cloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ func (p *AlibabaCloudProvider) unescapeTXTRecordValue(value string) string {
499499

500500
func (p *AlibabaCloudProvider) createRecord(endpoint *endpoint.Endpoint, target string, hostedZoneDomains []string) error {
501501
if len(hostedZoneDomains) == 0 {
502-
log.Errorf("Failed to create %s record named '%s' to '%s' for Alibaba Cloud DNS: not found any zone,please add the DNS zone first",
502+
log.Errorf("Failed to create %s record named '%s' to '%s' for Alibaba Cloud DNS: zone not found",
503503
endpoint.RecordType, endpoint.DNSName, target)
504504
return fmt.Errorf("no found any zone,please add the DNS zone first")
505505
}

0 commit comments

Comments
 (0)