summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-06 17:55:06 +0200
committerJames Lopez <james@jameslopez.es>2016-05-06 17:55:06 +0200
commit8ac53eb5d0dcc6d0248a8b178a3c1b5f2d2284e1 (patch)
tree1e2da8799bb8e20fb92343bce6ac67fc9fa21546 /lib/gitlab/import_export.rb
parentb6ab4a311396d12cdb686df885fe48c58ea31218 (diff)
downloadgitlab-ce-8ac53eb5d0dcc6d0248a8b178a3c1b5f2d2284e1.tar.gz
started refactoring import export reader - WIP
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index aa69f7c44a5..84860b43cbe 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -11,7 +11,7 @@ module Gitlab
end
def project_tree
- Gitlab::ImportExport::ImportExportReader.project_tree
+ Gitlab::ImportExport::ImportExportReader.new.project_tree
end
def storage_path