Browse Source

Fix Migrate Description (#17692)

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
tags/v1.16.0-rc1
99rgosse 2 years ago
parent
commit
e1d655991b
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      services/migrations/gitea_uploader.go

+ 1
- 0
services/migrations/gitea_uploader.go View File

@@ -109,6 +109,7 @@ func (g *GiteaLocalUploader) CreateRepo(repo *base.Repository, opts base.Migrate
return err
}
r.DefaultBranch = repo.DefaultBranch
r.Description = repo.Description

r, err = repo_module.MigrateRepositoryGitData(g.ctx, owner, r, base.MigrateOptions{
RepoName: g.repoName,

Loading…
Cancel
Save