Commit 1263367c authored by James Lopez's avatar James Lopez

fix typo in uploads manager

parent 16756c20
...@@ -72,7 +72,7 @@ module Gitlab ...@@ -72,7 +72,7 @@ module Gitlab
@uploads_export_path ||= File.join(@shared.export_path, @relative_export_path) @uploads_export_path ||= File.join(@shared.export_path, @relative_export_path)
end end
def uploader def uploaders
avatar_path = @project.avatar&.upload&.path avatar_path = @project.avatar&.upload&.path
if @relative_export_path == 'avatar' if @relative_export_path == 'avatar'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment