Commit e5990db5 authored by Stan Hu's avatar Stan Hu

Use Project#full_path instead of Project#path_with_namespace

parent 322402aa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment