Skip to content

Commit

Permalink
Improve grack auth hooks comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Oct 21, 2014
1 parent c3b81e5 commit ce056d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitlab/backend/grack_auth.rb
Expand Up @@ -90,7 +90,7 @@ def authorized_request?
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
Expand Down

0 comments on commit ce056d8

Please sign in to comment.