Use Project#full_path instead of Project#path_with_namespace

This commit is contained in:
Stan Hu 2019-01-18 13:45:10 -08:00
parent 322402aada
commit e5990db539
1 changed files with 2 additions and 1 deletions

View File

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