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
+1 -1
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,