From 1001292843bad8dbf0129d6860b0177dedf76050 Mon Sep 17 00:00:00 2001 From: Theo Julienne Date: Mon, 28 Jan 2019 09:08:29 -0800 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: ross --- octodns/provider/dyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octodns/provider/dyn.py b/octodns/provider/dyn.py index b22f9cc..a151381 100644 --- a/octodns/provider/dyn.py +++ b/octodns/provider/dyn.py @@ -1156,7 +1156,7 @@ class DynProvider(BaseProvider): ] + [-1]) + 1 self.log.debug('_mod_dynamic_rulesets: insert_at=%d', insert_at) - # Add the base record values as the ultimiate/unhealthchecked default + # Add the base record values as the ultimate/unhealthchecked default label = 'default:{}'.format(uuid4().hex) ruleset = DSFRuleset(label, 'always', []) ruleset.create(td, index=insert_at)