diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-20 16:33:03 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-20 16:33:03 +0800 |
commit | 2e819a360c3ef49c2dc69fe2d1521ea823330a1f (patch) | |
tree | 902438627f610fb0b00ca177dd3686ef33bd5486 /internal/route/install.go | |
parent | 1c09373b4f7dbc68154c817b4ee44bfa3b3f637c (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.go | 2 |
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 { |