1
0
Fork 0
forked from forgejo/forgejo

Working on install page

This commit is contained in:
Unknown 2014-03-28 07:26:22 -04:00
parent 5344a03003
commit 0fd754bbe0
6 changed files with 56 additions and 37 deletions

View file

@ -78,7 +78,7 @@ func runServ(k *cli.Context) {
base.NewConfigContext()
models.LoadModelsConfig()
models.NewEngine()
models.SetEngine()
keys := strings.Split(os.Args[2], "-")
if len(keys) != 2 {