mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fixed typo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user