diff --git a/models/repo.go b/models/repo.go index 9278499b6..b24001e82 100644 --- a/models/repo.go +++ b/models/repo.go @@ -468,7 +468,7 @@ func (repo *Repository) DescriptionHtml() template.HTML { } 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)) } // UpdateLocalCopy pulls latest changes of given branch from repoPath to localPath.