diff options
Diffstat (limited to 'internal/route/install.go')
-rw-r--r-- | internal/route/install.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |