aboutsummaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-11 14:55:10 -0700
committerUnknwon <u@gogs.io>2016-08-11 14:55:10 -0700
commita47aef546040b5eeb4af84d691c164171aafda08 (patch)
tree99776439c4e2b8a9b996d4504a55b9f3bc891ab0 /routers/install.go
parent1dd003bd4c88f6125ec49286c9feab1f7d9b5a82 (diff)
downloadgitea-a47aef546040b5eeb4af84d691c164171aafda08.tar.gz
gitea-a47aef546040b5eeb4af84d691c164171aafda08.zip
#2852 code cleanup
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go2
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