aboutsummaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go
index 38b9830cc4..6fa7c12a13 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -173,7 +173,6 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) {
ctx.HTML(200, INSTALL)
return
}
- return
if _, err := exec.LookPath("git"); err != nil {
ctx.RenderWithErr(ctx.Tr("install.test_git_failed", err), INSTALL, &form)