summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-09 13:11:07 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-09 13:11:07 -0400
commit34fc9d39389ed2a949b0efbeea246f30a10c0265 (patch)
tree0f2a8226077c9c34b68e873dff984976003c52b4 /cobbler/action_reposync.py
parentf4a1f5f2f62b5b75a0a327056ea9f34e72e7a50f (diff)
downloadthird_party-cobbler-34fc9d39389ed2a949b0efbeea246f30a10c0265.tar.gz
third_party-cobbler-34fc9d39389ed2a949b0efbeea246f30a10c0265.tar.xz
third_party-cobbler-34fc9d39389ed2a949b0efbeea246f30a10c0265.zip
Added some additional links for kickstart viewing/editing to the profile/system web pages
Diffstat (limited to 'cobbler/action_reposync.py')
-rw-r--r--cobbler/action_reposync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_reposync.py b/cobbler/action_reposync.py
index 33bfe30..d6b30bc 100644
--- a/cobbler/action_reposync.py
+++ b/cobbler/action_reposync.py
@@ -254,7 +254,7 @@ class RepoSync:
if repo.mirror_locally:
line = "baseurl=http://${server}/cobbler/repo_mirror/%s\n" % (repo.name)
else:
- line = "baseurl=%s" % (repo.mirror)
+ line = "baseurl=%s\n" % (repo.mirror)
config_file.write(line)
# user may have options specific to certain yum plugins