summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_enchant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_enchant.py b/cobbler/action_enchant.py
index 7dcc097..3bf80f8 100644
--- a/cobbler/action_enchant.py
+++ b/cobbler/action_enchant.py
@@ -79,7 +79,7 @@ class Enchant:
koan = os.path.basename(self.settings.koan_path)
where_is_koan = os.path.join(self.settings.webdir,os.path.basename(koan))
if not os.path.exists(where_is_koan) or os.path.isdir(where_is_koan):
- raise CX(_("enchant failed. koan_path is not correct in /var/lib/cobbler/settings"))
+ raise CX(_("koan_path is not correct in /var/lib/cobbler/settings, or need to run 'cobbler sync'."))
try:
self.ssh_exec("wget http://%s/cobbler/%s" % (self.settings.server, koan))