summaryrefslogtreecommitdiffstats
path: root/model/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/team.go')
-rw-r--r--model/team.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/team.go b/model/team.go
index 38feda325..d54a809f4 100644
--- a/model/team.go
+++ b/model/team.go
@@ -188,7 +188,7 @@ func IsValidTeamName(s string) bool {
return false
}
- if len(s) <= 3 {
+ if len(s) <= 1 {
return false
}