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:
authorJames Lopez <james@jameslopez.es>2018-07-13 16:49:40 +0300
committerJames Lopez <james@jameslopez.es>2018-07-13 16:49:40 +0300
commit1263367c3fda134db41e115965c5134933dcb7c7 (patch)
tree971a525b0bd3a940ac4927a59d235fe69d77d0f7
parent16756c20def5cdbe083ea9a64a100bbdf255f157 (diff)
fix typo in uploads manager
-rw-r--r--lib/gitlab/import_export/uploads_manager.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/uploads_manager.rb b/lib/gitlab/import_export/uploads_manager.rb
index 6499aa41e84..52c41f7b3bd 100644
--- a/lib/gitlab/import_export/uploads_manager.rb
+++ b/lib/gitlab/import_export/uploads_manager.rb
@@ -72,7 +72,7 @@ module Gitlab
@uploads_export_path ||= File.join(@shared.export_path, @relative_export_path)
end
- def uploader
+ def uploaders
avatar_path = @project.avatar&.upload&.path
if @relative_export_path == 'avatar'