aboutsummaryrefslogtreecommitdiff
path: root/routers/web/healthcheck/check.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/healthcheck/check.go')
-rw-r--r--routers/web/healthcheck/check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/healthcheck/check.go b/routers/web/healthcheck/check.go
index 1142a0aec..e11dd2aca 100644
--- a/routers/web/healthcheck/check.go
+++ b/routers/web/healthcheck/check.go
@@ -100,7 +100,7 @@ func checkDatabase(checks checks) status {
st.Time = getCheckTime()
}
- if setting.Database.UseSQLite3 && st.Status == pass {
+ if setting.Database.Type.IsSQLite3() && st.Status == pass {
if !setting.EnableSQLite3 {
st.Status = fail
st.Time = getCheckTime()