Skip to content

Commit 0d6e88b

Browse files
RichieB2Btboerger
authored andcommitted
Fix typo (#407)
1 parent b11843b commit 0d6e88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ func (repo *Repository) DescriptionHTML() template.HTML {
510510

511511
// LocalCopyPath returns the local repository copy path
512512
func (repo *Repository) LocalCopyPath() string {
513-
return path.Join(setting.AppDataPath, "tmp/local-rpeo", com.ToStr(repo.ID))
513+
return path.Join(setting.AppDataPath, "tmp/local-repo", com.ToStr(repo.ID))
514514
}
515515

516516
// UpdateLocalCopyBranch pulls latest changes of given branch from repoPath to localPath.

0 commit comments

Comments
 (0)