[sqlutils] fix stupid typo
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Sun, 26 Jul 2009 16:56:37 +0200
changeset 2510 2aeac9d85a79
parent 2506 965d5e1557ed
child 2511 a4b50efb97f6
[sqlutils] fix stupid typo
server/sqlutils.py
--- a/server/sqlutils.py	Fri Jul 24 19:44:30 2009 +0200
+++ b/server/sqlutils.py	Sun Jul 26 16:56:37 2009 +0200
@@ -125,7 +125,7 @@
     if exists(backupfile):
         if not confirm('backup file %s exists, overwrite it?' % backupfile):
             return
-    elif askconfirm and not confirm('backup %s %database?'
+    elif askconfirm and not confirm('backup %s database?'
                                     % source.repo.config.appid):
         return
     # should close opened connection before backuping