diff options
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go index 9ab0a45968..00171faa5f 100644 --- a/routers/install.go +++ b/routers/install.go @@ -75,6 +75,7 @@ func GlobalInit() { // Booting long running goroutines. cron.NewContext() + models.InitSyncMirrors() models.InitDeliverHooks() models.InitTestPullRequests() log.NewGitLogger(path.Join(setting.LogRootPath, "http.log")) |