Docs: The WOODPECKER_ADMIN environment variable is singular. (#1699)

This commit is contained in:
Julien Palard 2023-04-08 01:34:36 +02:00 committed by GitHub
parent 4b4d078377
commit 6af9371011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ type User struct {
// Admin indicates the user is a system administrator.
//
// NOTE: If the username is part of the WOODPECKER_ADMINS
// NOTE: If the username is part of the WOODPECKER_ADMIN
// environment variable this value will be set to true on login.
Admin bool `json:"admin,omitempty" xorm:"user_admin"`