Merge pull request #14 from alena1108/errormsgchange

Error message change
This commit is contained in:
Alena Prokharchyk
2015-11-02 14:21:44 -08:00
+1 -1
View File
@@ -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
}