From 8330a3a16c7de4f4e6daee79f6f5eca01ddce0ee Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 2 Apr 2018 08:20:07 -0700 Subject: [PATCH] Update a now stale comment on Route53 provider about healthchecks --- octodns/provider/route53.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octodns/provider/route53.py b/octodns/provider/route53.py index aac8241..0682d5d 100644 --- a/octodns/provider/route53.py +++ b/octodns/provider/route53.py @@ -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,