diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-21 13:10:00 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-21 13:10:00 +0200 |
commit | d29dd2cfecfbf97bf5837dba3791c0ed058a5a1a (patch) | |
tree | 4e4053aff91ea9180bd845a9ba2fe970efe7c190 | |
parent | b78cd70d33954d8bb69f736cda52e23cd3b2da0e (diff) | |
parent | ce056d80748da32e20c3bfab1bff9567a812bfe1 (diff) | |
download | gitlab-ce-d29dd2cfecfbf97bf5837dba3791c0ed058a5a1a.tar.gz |
Merge pull request #8117 from cirosantilli/improve-grack-comment
Improve grack auth hooks comment.
-rw-r--r-- | lib/gitlab/backend/grack_auth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/backend/grack_auth.rb b/lib/gitlab/backend/grack_auth.rb index c2f3b851c07..df1461a45c9 100644 --- a/lib/gitlab/backend/grack_auth.rb +++ b/lib/gitlab/backend/grack_auth.rb @@ -90,7 +90,7 @@ module Grack when *Gitlab::GitAccess::PUSH_COMMANDS if user # Skip user authorization on upload request. - # It will be serverd by update hook in repository + # It will be done by the pre-receive hook in the repository. true else false |