Browse Source

Apply suggestions from code review

Co-Authored-By: ross <ross@github.com>
pull/312/head
Theo Julienne 7 years ago
committed by GitHub
parent
commit
1001292843
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/dyn.py

+ 1
- 1
octodns/provider/dyn.py View File

@ -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)


Loading…
Cancel
Save