summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/shared.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-02 14:44:59 +0200
committerJames Lopez <james@jameslopez.es>2016-06-02 14:44:59 +0200
commit41c06c311b9c5642f6056d0b34030980ebf507b3 (patch)
treee7e367294c9acca47b97cd0ee58d0280f4c00318 /lib/gitlab/import_export/shared.rb
parenta9fdf62b5797220b7736859a2bc0f34f96a7ed43 (diff)
downloadgitlab-ce-41c06c311b9c5642f6056d0b34030980ebf507b3.tar.gz
refactoring more things based on MR feedback
Diffstat (limited to 'lib/gitlab/import_export/shared.rb')
-rw-r--r--lib/gitlab/import_export/shared.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/shared.rb b/lib/gitlab/import_export/shared.rb
index 01ac332981b..6aff05b886a 100644
--- a/lib/gitlab/import_export/shared.rb
+++ b/lib/gitlab/import_export/shared.rb
@@ -10,7 +10,7 @@ module Gitlab
end
def export_path
- @export_path ||= Gitlab::ImportExport.export_path(relative_path: @opts[:relative_path])
+ @export_path ||= Gitlab::ImportExport.export_path(relative_path: opts[:relative_path])
end
def error(error)