mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 06:24:11 +01:00 
			
		
		
		
	fix missing repo description when migrating (#7000)
This commit is contained in:
		
							parent
							
								
									8de76b6e64
								
							
						
					
					
						commit
						02542a2c15
					
				@ -76,6 +76,9 @@ func migrateRepository(downloader base.Downloader, uploader base.Uploader, opts
 | 
			
		||||
	}
 | 
			
		||||
	repo.IsPrivate = opts.Private
 | 
			
		||||
	repo.IsMirror = opts.Mirror
 | 
			
		||||
	if opts.Description != "" {
 | 
			
		||||
		repo.Description = opts.Description
 | 
			
		||||
	}
 | 
			
		||||
	log.Trace("migrating git data")
 | 
			
		||||
	if err := uploader.CreateRepo(repo, opts.Wiki); err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user