1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

fixed zone name trailing .

This commit is contained in:
Basir Jamil
2019-06-06 18:39:24 -04:00
parent b385b1ddb5
commit 32f01da506

View File

@@ -91,7 +91,7 @@ class AkamaiProvider(BaseProvider):
print ("populate()", zone.name)
zone_name = zone.name[:len(zone_name)-1]
result = self._dns_client.getZone(zone.name)
print(result)