mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-16 15:02:43 +00:00
Locating issue of git push not update repo last updated time
This commit is contained in:
parent
ae92f92dee
commit
8aec5e16c4
3 changed files with 26 additions and 15 deletions
1
serve.go
1
serve.go
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue