summaryrefslogtreecommitdiff
path: root/lib/gitlab/backend
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 13:57:40 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-03 13:57:40 +0200
commit17c6bec79d876ce932edc0edc5d17622adb2f724 (patch)
tree3ffa541b39d6410592f668b8bf91d367d35c37fd /lib/gitlab/backend
parentacfbeced52db321534c7b03a56a909e280d26914 (diff)
downloadgitlab-ce-17c6bec79d876ce932edc0edc5d17622adb2f724.tar.gz
WIP
Diffstat (limited to 'lib/gitlab/backend')
-rw-r--r--lib/gitlab/backend/grack_auth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/backend/grack_auth.rb b/lib/gitlab/backend/grack_auth.rb
index cdcaae8094c..baa81d92dd9 100644
--- a/lib/gitlab/backend/grack_auth.rb
+++ b/lib/gitlab/backend/grack_auth.rb
@@ -33,7 +33,7 @@ module Grack
auth!
- lfs_response = Gitlab::Lfs::Router.new(project, @user, @request).try_call
+ lfs_response = Gitlab::Lfs::Router.new(project, @user, @ci, @request).try_call
return lfs_response unless lfs_response.nil?
if project && authorized_request?