1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix bug related to log

This commit is contained in:
Unknown
2014-04-06 13:54:48 -04:00
parent 6a16866f4e
commit db1fe3483e
2 changed files with 2 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ func newUpdateLogger(execDir string) {
// for command: ./gogs update
func runUpdate(c *cli.Context) {
execDir, _ := base.ExecDir()
newLogger(execDir)
newUpdateLogger(execDir)
base.NewConfigContext()
models.LoadModelsConfig()