fix a typo
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@624 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -85,7 +85,7 @@ def database(options):
|
||||
os.remove(etpConst['etpdatabasefilepath'])
|
||||
|
||||
# initialize the database
|
||||
dbconn = openServerDatabase(readOnly = True, noUpload = True)
|
||||
dbconn = openServerDatabase(readOnly = False, noUpload = True)
|
||||
dbconn.initializeDatabase()
|
||||
|
||||
# sync packages directory
|
||||
|
||||
Reference in New Issue
Block a user