Locating issue of git push not update repo last updated time

This commit is contained in:
Unknown 2014-03-24 09:32:24 -04:00
parent ae92f92dee
commit 8aec5e16c4
3 changed files with 26 additions and 15 deletions

View file

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