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