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

Remove sources argument when calling _populate_and_plan() for an alias

zone
This commit is contained in:
Jonathan Leroy
2020-10-31 09:41:27 +01:00
parent 0b3a99bb8c
commit 8679bb4899

View File

@@ -363,7 +363,7 @@ class Manager(object):
futures.append(self._executor.submit(
self._populate_and_plan,
zone_name,
[self.providers[s] for s in source_config['sources']],
[],
[self.providers[t] for t in source_config['targets']],
desired=plan[0].desired,
lenient=lenient