From 9fb76485117054903d950256089c66f9e08f8bb5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 30 May 2007 12:45:58 -0400 Subject: String update. --- cobbler/action_enchant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler/action_enchant.py') 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)) -- cgit