aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-04-05 00:14:22 +0800
committerGitHub <noreply@github.com>2020-04-05 00:14:22 +0800
commit53b91ef306166d39dea3c70fb8ce14973c7ae111 (patch)
tree9accdd3c806ef7e0645bb10810c922e7108f438b /internal/cmd
parent34145c990d4fd9f278f29cdf9c61378a75e9b934 (diff)
lfs: run e2e and fix minor issues (#6059)
Diffstat (limited to 'internal/cmd')
-rw-r--r--internal/cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/web.go b/internal/cmd/web.go
index f26c5a51..24f586dd 100644
--- a/internal/cmd/web.go
+++ b/internal/cmd/web.go
@@ -165,7 +165,7 @@ func newMacaron() *macaron.Macaron {
}))
m.Use(toolbox.Toolboxer(m, toolbox.Options{
HealthCheckFuncs: []*toolbox.HealthCheckFuncDesc{
- &toolbox.HealthCheckFuncDesc{
+ {
Desc: "Database connection",
Func: db.Ping,
},