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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-07-30 09:34:24 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-30 09:34:24 +0300
commit60d258d8efe7a3ecb0383a93d192dd35957b261a (patch)
treecae06cf24b4938e41ed7bca53ef618aafd3aa8d4 /lib/task_helpers.rb
parent487cfc19900cd2c4878903548b5490801961f207 (diff)
Rename support to debugging
Diffstat (limited to 'lib/task_helpers.rb')
-rw-r--r--lib/task_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task_helpers.rb b/lib/task_helpers.rb
index 78b9bfc8..08312ff0 100644
--- a/lib/task_helpers.rb
+++ b/lib/task_helpers.rb
@@ -1,6 +1,6 @@
require 'yaml'
-PRODUCTS = %W[ce ee omnibus runner support].freeze
+PRODUCTS = %W[ce ee omnibus runner debugging].freeze
def config
# Parse the config file and create a hash.