diff options
Diffstat (limited to 'contrib/pr/checkout.go')
-rw-r--r-- | contrib/pr/checkout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pr/checkout.go b/contrib/pr/checkout.go index d831ebdabd..05e9c88fde 100644 --- a/contrib/pr/checkout.go +++ b/contrib/pr/checkout.go @@ -91,7 +91,7 @@ func runPR() { dbCfg.NewKey("DB_TYPE", "sqlite3") dbCfg.NewKey("PATH", ":memory:") - routers.NewServices() + routers.InitGitServices() setting.Database.LogSQL = true //x, err = xorm.NewEngine("sqlite3", "file::memory:?cache=shared") |