mirror of
https://github.com/vxcontrol/external-dns.git
synced 2026-07-20 21:58:23 -04:00
Merge pull request #14 from alena1108/errormsgchange
Error message change
This commit is contained in:
@@ -69,7 +69,7 @@ func setHostedZone() error {
|
||||
}
|
||||
}
|
||||
if hostedZone == nil {
|
||||
logrus.Fatalf("Hosted zone is missing for root domain %s ", RootDomainName)
|
||||
logrus.Fatalf("Hosted zone %s is missing", RootDomainName)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user