Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/git_access.rb')
-rw-r--r--lib/gitlab/git_access.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/git_access.rb b/lib/gitlab/git_access.rb
index a28952ab7bc..45283d51b1b 100644
--- a/lib/gitlab/git_access.rb
+++ b/lib/gitlab/git_access.rb
@@ -38,8 +38,8 @@ module Gitlab
Timing information for debugging purposes:
MESSAGE
- DOWNLOAD_COMMANDS = %w{git-upload-pack git-upload-archive}.freeze
- PUSH_COMMANDS = %w{git-receive-pack}.freeze
+ DOWNLOAD_COMMANDS = %w[git-upload-pack git-upload-archive].freeze
+ PUSH_COMMANDS = %w[git-receive-pack].freeze
ALL_COMMANDS = DOWNLOAD_COMMANDS + PUSH_COMMANDS
attr_reader :actor, :protocol, :authentication_abilities,