summaryrefslogtreecommitdiff
path: root/lib/gitlab/backend
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-29 14:21:24 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-29 14:21:24 +0100
commitc5132e94e1c44884f8f9b399c4def20154b6c0ce (patch)
treee128b02d6b5a90d74a6ee009cc9ab4132c3edb44 /lib/gitlab/backend
parent3c23b6515fcba75b891763d3033d6c7a3eb4d4a6 (diff)
downloadgitlab-ce-c5132e94e1c44884f8f9b399c4def20154b6c0ce.tar.gz
Switch to gitlab-workhorse
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 85a2d1a93a7..440ef5a3cb3 100644
--- a/lib/gitlab/backend/grack_auth.rb
+++ b/lib/gitlab/backend/grack_auth.rb
@@ -34,7 +34,7 @@ module Grack
auth!
if project && authorized_request?
- # Tell gitlab-git-http-server the request is OK, and what the GL_ID is
+ # Tell gitlab-workhorse the request is OK, and what the GL_ID is
render_grack_auth_ok
elsif @user.nil? && !@ci
unauthorized