summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-25 11:24:26 -0400
committerJim Meyering <jim@meyering.net>2006-09-25 11:24:26 -0400
commit756bd730da9b8ad19808334f4a6aba9f31f16d1e (patch)
treecebdc25288d0f7797b811179e2d39565353858c6 /cobbler
parent7bd876711dd8bc462d45895044f6de8fa8ddda4c (diff)
downloadthird_party-cobbler-756bd730da9b8ad19808334f4a6aba9f31f16d1e.tar.gz
third_party-cobbler-756bd730da9b8ad19808334f4a6aba9f31f16d1e.tar.xz
third_party-cobbler-756bd730da9b8ad19808334f4a6aba9f31f16d1e.zip
Missing comma
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/cobbler_msg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/cobbler_msg.py b/cobbler/cobbler_msg.py
index 0860d5a..45da8b5 100644
--- a/cobbler/cobbler_msg.py
+++ b/cobbler/cobbler_msg.py
@@ -55,7 +55,7 @@ _msg_table = {
"no_distro" : "distro does not exist",
"no_profile" : "profile does not exist",
"no_kickstart" : "kickstart must be an absolute path, or an http://, ftp:// or nfs:// URL",
- "no_kernel" : "cannot find kernel file"
+ "no_kernel" : "cannot find kernel file",
"sync_kernel" : "the kernel (%s) for distro (%s) cannot be found and must be fixed",
"sync_initrd" : "the initrd (%s) for distro (%s) cannot be found and must be fixed",
"sync_mirror_ks" : "mirroring local kickstarts...",