summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-10 17:31:27 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-10 17:31:27 -0400
commit0b2f9be58e07d01227d883f21db4a5af36181ff1 (patch)
treefbc764ff057442c1b8f730537b82e63dc5a3c1e7 /cobbler
parent808f53e2c8c137778c8c1beea27c1668e8786d6e (diff)
downloadthird_party-cobbler-0b2f9be58e07d01227d883f21db4a5af36181ff1.tar.gz
third_party-cobbler-0b2f9be58e07d01227d883f21db4a5af36181ff1.tar.xz
third_party-cobbler-0b2f9be58e07d01227d883f21db4a5af36181ff1.zip
Fix typo in replicate code, bump versions in case we want to do another maint release.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_replicate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_replicate.py b/cobbler/action_replicate.py
index ae3adc8..8938c5f 100644
--- a/cobbler/action_replicate.py
+++ b/cobbler/action_replicate.py
@@ -129,7 +129,7 @@ class Replicate:
needsync = False
for profile in remote_profiles:
if self.check_profile(profile):
- print 'Found profile %s.' % profilew['name']
+ print 'Found profile %s.' % profile['name']
self.add_profile(profile)
needsync = True
self.call_sync(needsync)