This commit is contained in:
Timothy N. Tsvetkov 2011-04-15 17:55:49 +04:00
parent 6bf3023e2c
commit 64b0e5a976
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Project < ActiveRecord::Base
# Redefining a method from Project::HasRepository module to reflect current situation
def git_repo_path
@git_repo_path ||= File.join(repository.platform.name, "projects", unixname + ".git")
@git_repo_path ||= File.join(repository.platform.path, "projects", unixname + ".git")
end
def path