summaryrefslogtreecommitdiffstats
path: root/api/auto_teams.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/auto_teams.go')
-rw-r--r--api/auto_teams.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/auto_teams.go b/api/auto_teams.go
index e5c772b4c..dd82abe8d 100644
--- a/api/auto_teams.go
+++ b/api/auto_teams.go
@@ -52,7 +52,7 @@ func (cfg *AutoTeamCreator) createRandomTeam() (*model.Team, bool) {
}
team := &model.Team{
DisplayName: teamDisplayName,
- Name: teamName,
+ Name: teamName,
Email: teamEmail,
Type: model.TEAM_OPEN,
}