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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user