1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Mirror bug fix on create repo action

This commit is contained in:
Unknown
2014-06-25 05:27:17 -04:00
parent 43b33440b5
commit 8644c571db
2 changed files with 3 additions and 1 deletions

View File

@@ -475,6 +475,7 @@ func CreateRepository(u *User, name, desc, lang, license string, private, mirror
repo := &Repository{
OwnerId: u.Id,
Owner: u,
Name: name,
LowerName: strings.ToLower(name),
Description: desc,