diff options
author | Travis Miller <travis@travismiller.com> | 2018-03-05 13:53:40 -0600 |
---|---|---|
committer | Travis Miller <travis@travismiller.com> | 2018-03-05 13:53:40 -0600 |
commit | 6d1c5014e96d96ad44fed71dd99bf6c1d4af3cec (patch) | |
tree | 0c709141edf82b367de7ef268df5c6346be69c2c /lib | |
parent | e20061218c039859ecff6f89d709c7132ad7d18f (diff) | |
download | gitlab-ce-6d1c5014e96d96ad44fed71dd99bf6c1d4af3cec.tar.gz |
review: rename import_export to import_export_shared
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/importer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/importer.rb b/lib/gitlab/import_export/importer.rb index 8b780cbe3a1..c38df9102eb 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 = project.import_export + @shared = project.import_export_shared end def execute |