Browse Source

reuse compiled source

pull/1067/head
Viranch Mehta 2 years ago
parent
commit
6042cb0ec5
No known key found for this signature in database GPG Key ID: D83D1392AE9F93B4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/yaml.py

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

@ -347,7 +347,7 @@ class YamlProvider(BaseProvider):
if not self.disable_zonefile:
source = self._zone_sources(zone)
if source:
sources.append(self._zone_sources(zone))
sources.append(source)
if self.shared_filename:
sources.append(join(self.directory, self.shared_filename))


Loading…
Cancel
Save