mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix typo (#407)
This commit is contained in:
		
				
					committed by
					
						
						Thomas Boerger
					
				
			
			
				
	
			
			
			
						parent
						
							b11843b8dc
						
					
				
				
					commit
					0d6e88baef
				
			@@ -510,7 +510,7 @@ func (repo *Repository) DescriptionHTML() template.HTML {
 | 
			
		||||
 | 
			
		||||
// LocalCopyPath returns the local repository copy path
 | 
			
		||||
func (repo *Repository) LocalCopyPath() string {
 | 
			
		||||
	return path.Join(setting.AppDataPath, "tmp/local-rpeo", com.ToStr(repo.ID))
 | 
			
		||||
	return path.Join(setting.AppDataPath, "tmp/local-repo", com.ToStr(repo.ID))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// UpdateLocalCopyBranch pulls latest changes of given branch from repoPath to localPath.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user