summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 764958c..728bd16 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -685,7 +685,7 @@ class BootSync:
# if there is only one, then there is no need to do this.
if len(blended["source_repos"]) > 1:
for r in blended["source_repos"]:
- input_files.append(r)
+ input_files.append(r[1])
for repo in blended["repos"]:
input_files.append(os.path.join(self.settings.webdir, "repo_mirror", repo, "config.repo"))