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 'app/helpers/ci/variables_helper.rb')
-rw-r--r--app/helpers/ci/variables_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/ci/variables_helper.rb b/app/helpers/ci/variables_helper.rb
index a492c48e58c..0dbd1adeb71 100644
--- a/app/helpers/ci/variables_helper.rb
+++ b/app/helpers/ci/variables_helper.rb
@@ -42,8 +42,8 @@ module Ci
def ci_variable_type_options
[
- %w(Variable env_var),
- %w(File file)
+ %w[Variable env_var],
+ %w[File file]
]
end