forked from github/server
fix small typo
This commit is contained in:
parent
5a0a1f495b
commit
f08640453f
|
@ -29,7 +29,7 @@ local function dbupdate()
|
||||||
update_scores()
|
update_scores()
|
||||||
if config.dbname then
|
if config.dbname then
|
||||||
dbname = config.basepath..'/'..config.dbname
|
dbname = config.basepath..'/'..config.dbname
|
||||||
edb = db.open(dbame)
|
edb = db.open(dbname)
|
||||||
if edb~=nil then
|
if edb~=nil then
|
||||||
edb:update_factions()
|
edb:update_factions()
|
||||||
edb:update_scores()
|
edb:update_scores()
|
||||||
|
|
Loading…
Reference in New Issue