diff options
author | Unknwon <u@gogs.io> | 2016-08-11 14:55:10 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-11 14:55:10 -0700 |
commit | a47aef546040b5eeb4af84d691c164171aafda08 (patch) | |
tree | 99776439c4e2b8a9b996d4504a55b9f3bc891ab0 /routers/install.go | |
parent | 1dd003bd4c88f6125ec49286c9feab1f7d9b5a82 (diff) | |
download | gitea-a47aef546040b5eeb4af84d691c164171aafda08.tar.gz gitea-a47aef546040b5eeb4af84d691c164171aafda08.zip |
#2852 code cleanup
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go index 676b0b0df8..54a98edcd2 100644 --- a/routers/install.go +++ b/routers/install.go @@ -153,7 +153,7 @@ func Install(ctx *context.Context) { form.Domain = setting.Domain form.SSHPort = setting.SSH.Port - form.HTTPPort = setting.HttpPort + form.HTTPPort = setting.HTTPPort form.AppUrl = setting.AppUrl form.LogRootPath = setting.LogRootPath |