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:35:04 -04:00
parent 4a68f7df25
commit 6afab8c90a

View File

@@ -90,13 +90,14 @@ class AkamaiProvider(BaseProvider):
self.log.debug('populate: name=%s, target=%s, lenient=%s', zone.name, target, lenient)
print ("populate()", zone.name)
result = self._dns_client.getZone()
result = self._dns_client.getZone(zone.name)
print(result)
return