Explorar el Código

Fix typo (#407)

tags/v1.0.0
Richie B2B hace 7 años
padre
commit
0d6e88baef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      models/repo.go

+ 1
- 1
models/repo.go Ver fichero

@@ -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.

Cargando…
Cancelar
Guardar