fix typo in uploads manager

This commit is contained in:
James Lopez 2018-07-13 15:49:40 +02:00
parent 16756c20de
commit 1263367c3f
No known key found for this signature in database
GPG Key ID: 756BF8E9D7C0CF39
1 changed files with 1 additions and 1 deletions

View File

@ -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'