Browse Source

Update octodns/provider/dyn.py

Co-Authored-By: ross <ross@github.com>
pull/312/head
Theo Julienne 7 years ago
committed by GitHub
parent
commit
0aaa235d0a
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

@ -583,7 +583,7 @@ class DynProvider(BaseProvider):
# Populate rules
rules = self._populate_dynamic_rules(rulesets, pools)
# We start out with something that will always change show
# We start out with something that will always show
# change in case this is a busted TD. This will prevent us from
# creating a duplicate td. We'll overwrite this with real data
# provide we have it


Loading…
Cancel
Save