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

fixed typo

This commit is contained in:
Basir Jamil
2019-06-06 18:42:26 -04:00
parent d2ec707255
commit a9fe4a9cf6

View File

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