diff --git a/server/model/user.go b/server/model/user.go index 5cf21c768..0e5fa54d5 100644 --- a/server/model/user.go +++ b/server/model/user.go @@ -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"`