oops
This commit is contained in:
parent
6bf3023e2c
commit
64b0e5a976
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue