forked from forgejo/forgejo
Mirror bug fix on create repo action
This commit is contained in:
parent
43b33440b5
commit
8644c571db
2 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue