mirror of
https://github.com/gogs/gogs.git
synced 2026-03-18 01:50:35 +01:00
Typo in LocalCopyPath (#4122)
This won't fix any bugs, but a typo is a typo.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user