From c4a0a404735cdcfdcb805e9fed474c75110bca89 Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Sat, 22 Feb 2020 15:22:32 +0800 Subject: conf: overhaul repository settings (#5932) --- internal/route/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/route/install.go') diff --git a/internal/route/install.go b/internal/route/install.go index 0747ebf0..fdc7b18b 100644 --- a/internal/route/install.go +++ b/internal/route/install.go @@ -155,7 +155,7 @@ func Install(c *context.Context) { // Application general settings f.AppName = conf.App.BrandName - f.RepoRootPath = conf.RepoRootPath + f.RepoRootPath = conf.Repository.Root // Note(unknwon): it's hard for Windows users change a running user, // so just use current one if config says default. -- cgit v1.2.3