1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

reuse compiled source

This commit is contained in:
Viranch Mehta
2023-09-18 20:34:21 -07:00
parent 0181158953
commit 6042cb0ec5

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