diff options
author | Małgorzata Ksionek <mksionek@gitlab.com> | 2019-10-03 11:10:39 +0200 |
---|---|---|
committer | Małgorzata Ksionek <mksionek@gitlab.com> | 2019-10-03 11:10:39 +0200 |
commit | f00c577dec60798f10b6e8809d78a2895cfa6b04 (patch) | |
tree | f532b9e68bf773d28650b63a4bf9d6c9498555ed /lib/gitlab_shell.rb | |
parent | eff3b3c0e48e9ffc213108965f16e96f10bcda3e (diff) | |
download | gitlab-shell-f00c577dec60798f10b6e8809d78a2895cfa6b04.tar.gz |
Introduce changes from code review
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index f8db4c5..303f4d5 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -77,7 +77,7 @@ class GitlabShell # rubocop:disable Metrics/ClassLength end if @command == GIT_RECEIVE_PACK_COMMAND && access_status.custom_action? - # If the response from /api/v4/allowed/secure is a HTTP 300, we need to perform + # If the response from /api/v4/allowed is a HTTP 300, we need to perform # a Custom Action and therefore should return and not call process_cmd() # return process_custom_action(access_status) |