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:
authorTravis Miller <travis@travismiller.com>2017-12-02 22:49:01 +0300
committerTravis Miller <travis@travismiller.com>2018-03-01 05:47:36 +0300
commitc75187df8ce7d376ddc2c7201ce74d45b49fe5d9 (patch)
tree81d737e6759996435433cbe436cd1e9004bde177 /lib/gitlab/import_export/importer.rb
parenta4308c53e5db594a6e351b143e11ceba6033cdc7 (diff)
Add project export API implementation
Diffstat (limited to 'lib/gitlab/import_export/importer.rb')
-rw-r--r--lib/gitlab/import_export/importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/importer.rb b/lib/gitlab/import_export/importer.rb
index a00795f553e..070dd630c10 100644
--- a/lib/gitlab/import_export/importer.rb
+++ b/lib/gitlab/import_export/importer.rb
@@ -9,7 +9,7 @@ module Gitlab
@archive_file = project.import_source
@current_user = project.creator
@project = project
- @shared = Gitlab::ImportExport::Shared.new(relative_path: path_with_namespace)
+ @shared = Gitlab::ImportExport::Shared.new(project)
end
def execute