Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bulk_imports/groups/pipelines/project_entities_pipeline.rb')
-rw-r--r--lib/bulk_imports/groups/pipelines/project_entities_pipeline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bulk_imports/groups/pipelines/project_entities_pipeline.rb b/lib/bulk_imports/groups/pipelines/project_entities_pipeline.rb
index 026b2e55713..7d9d8120e6c 100644
--- a/lib/bulk_imports/groups/pipelines/project_entities_pipeline.rb
+++ b/lib/bulk_imports/groups/pipelines/project_entities_pipeline.rb
@@ -13,7 +13,7 @@ module BulkImports
{
source_type: :project_entity,
source_full_path: data['full_path'],
- destination_name: data['name'],
+ destination_name: data['path'],
destination_namespace: context.entity.group.full_path,
parent_id: context.entity.id,
source_xid: GlobalID.parse(data['id']).model_id