summaryrefslogtreecommitdiff
path: root/qa/qa/runtime
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-10-25 20:29:24 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-10-25 20:29:24 +0000
commit51518019645ad514b98951df0bd30ecb898786aa (patch)
tree65fdeda5aa21db221ee296a87fa9ed7f4fc9f68c /qa/qa/runtime
parentbf96ec85c736747672fa550707829fef635ddd60 (diff)
downloadgitlab-ce-51518019645ad514b98951df0bd30ecb898786aa.tar.gz
Always use `attribute` to define the product
Diffstat (limited to 'qa/qa/runtime')
-rw-r--r--qa/qa/runtime/logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/runtime/logger.rb b/qa/qa/runtime/logger.rb
index 3baa24de0ec..83b10e73ad9 100644
--- a/qa/qa/runtime/logger.rb
+++ b/qa/qa/runtime/logger.rb
@@ -7,7 +7,7 @@ module QA
module Logger
extend SingleForwardable
- def_delegators :logger, :debug, :info, :error, :warn, :fatal, :unknown
+ def_delegators :logger, :debug, :info, :warn, :error, :fatal, :unknown
singleton_class.module_eval do
def logger