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

Fixes typo in manager.get_zone()

This commit is contained in:
Jonathan Leroy
2020-10-21 19:24:49 +02:00
parent 94a8b67a3b
commit 1f60a6af5e

View File

@@ -480,4 +480,4 @@ class Manager(object):
return Zone(name, self.configured_sub_zones(name),
file, is_alias)
raise ManagerException('Unkown zone name {}'.format(zone_name))
raise ManagerException('Unknown zone name {}'.format(zone_name))