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-08-03 10:26:08 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-03 10:26:08 +0300
commitb92947f7189a5b1ec30ccbffed68a55345e6a231 (patch)
tree440a0b64518ae5366427bd1c2b178e6435a78915 /lib/task_helpers.rb
parent60d258d8efe7a3ecb0383a93d192dd35957b261a (diff)
Rename to /debug
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 08312ff0..29e7e108 100644
--- a/lib/task_helpers.rb
+++ b/lib/task_helpers.rb
@@ -1,6 +1,6 @@
require 'yaml'
-PRODUCTS = %W[ce ee omnibus runner debugging].freeze
+PRODUCTS = %W[ce ee omnibus runner debug].freeze
def config
# Parse the config file and create a hash.