summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-07-24 16:32:05 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-07-24 16:32:05 -0400
commite4d42a0b6d8f699d5cf6a242b5919e5aec5aec73 (patch)
tree0bef11503f24395e75285d4f57345d9c0954025a /scripts
parentde3012aacc65de6e16e2943099540416921bb8e6 (diff)
downloadcobbler-e4d42a0b6d8f699d5cf6a242b5919e5aec5aec73.tar.gz
cobbler-e4d42a0b6d8f699d5cf6a242b5919e5aec5aec73.tar.xz
cobbler-e4d42a0b6d8f699d5cf6a242b5919e5aec5aec73.zip
Missing colon.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cobbler-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cobbler-completion b/scripts/cobbler-completion
index 9be52511..c3a712a3 100755
--- a/scripts/cobbler-completion
+++ b/scripts/cobbler-completion
@@ -113,7 +113,7 @@ def find_options(datastruct, arguments, last):
def clean_output(datastruct):
keyz = datastruct.keys()
keyz.sort()
- for x in keyz
+ for x in keyz:
if x is not None:
sys.stdout.write("%s " % x.replace("'","-"))
print ""