mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-05 18:05:19 +02:00
Fix bug related to log
This commit is contained in:
parent
6a16866f4e
commit
db1fe3483e
2 changed files with 2 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue