server/serverctl.py
branchstable
changeset 3893 74f216b69628
parent 3835 a191b3b9e455
child 3904 dc7d315165fc
--- a/server/serverctl.py	Fri Nov 20 23:43:49 2009 +0100
+++ b/server/serverctl.py	Sun Nov 22 15:48:26 2009 +0100
@@ -329,7 +329,7 @@
             cmd_run('db-init', config.appid)
         else:
             print ('-> nevermind, you can do it later with '
-                   '"cubicweb-ctl db-init %s".' % self.config.appid)
+                   '"cubicweb-ctl db-init %s".' % config.appid)
 
 
 class InitInstanceCommand(Command):