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

Update a now stale comment on Route53 provider about healthchecks

This commit is contained in:
Ross McFarland
2018-04-02 08:20:07 -07:00
parent db6b9d2ada
commit 8330a3a16c

View File

@@ -556,7 +556,7 @@ class Route53Provider(BaseProvider):
record._type, record.name)
for id, health_check in self.health_checks.items():
if not health_check['CallerReference'].startswith(expected_ref):
# not a version & type match, ignore
# not match, ignore
continue
if self._health_check_equivilent(healthcheck_host,
healthcheck_path,