Skip to content

Commit

Permalink
Fix typo (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieB2B authored and tboerger committed Dec 16, 2016
1 parent b11843b commit 0d6e88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d6e88b

Please sign in to comment.