aboutsummaryrefslogtreecommitdiff
path: root/internal/route/install.go
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-20 16:33:03 +0800
committerᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-20 16:33:03 +0800
commit2e819a360c3ef49c2dc69fe2d1521ea823330a1f (patch)
tree902438627f610fb0b00ca177dd3686ef33bd5486 /internal/route/install.go
parent1c09373b4f7dbc68154c817b4ee44bfa3b3f637c (diff)
build: rename build tag miniwinsvc -> minwinsvc
This was in fact a typo.
Diffstat (limited to 'internal/route/install.go')
-rw-r--r--internal/route/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/install.go b/internal/route/install.go
index bd51711e..c145fc0b 100644
--- a/internal/route/install.go
+++ b/internal/route/install.go
@@ -81,7 +81,7 @@ func GlobalInit() {
if db.EnableSQLite3 {
log.Info("SQLite3 is supported")
}
- if setting.SupportMiniWinService {
+ if setting.SupportWindowsService() {
log.Info("Builtin Windows Service is supported")
}
if setting.LoadAssetsFromDisk {