Use Project#full_path instead of Project#path_with_namespace
This commit is contained in:
parent
322402aada
commit
e5990db539
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ class PoolRepository < ActiveRecord::Base
|
|||
shard.name,
|
||||
disk_path + '.git',
|
||||
source_project.repository.raw,
|
||||
source_project.path_with_namespace)
|
||||
source_project.full_path
|
||||
)
|
||||
end
|
||||
|
||||
def inspect
|
||||
|
|
Loading…
Reference in a new issue