We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11843b commit 0d6e88bCopy full SHA for 0d6e88b
models/repo.go
@@ -510,7 +510,7 @@ func (repo *Repository) DescriptionHTML() template.HTML {
510
511
// LocalCopyPath returns the local repository copy path
512
func (repo *Repository) LocalCopyPath() string {
513
- return path.Join(setting.AppDataPath, "tmp/local-rpeo", com.ToStr(repo.ID))
+ return path.Join(setting.AppDataPath, "tmp/local-repo", com.ToStr(repo.ID))
514
}
515
516
// UpdateLocalCopyBranch pulls latest changes of given branch from repoPath to localPath.
0 commit comments