From b83dc1c631254f05134d7ac4a1d96136ccf58723 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Wed, 23 Apr 2014 13:31:53 +0200 Subject: [PATCH] Actually remove prefix. --- lib/travis/api/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index f1596b7d..25f482aa 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -185,7 +185,7 @@ module Travis::Api Travis.config.librato.token, Travis.config.librato_source on_error = proc {|ex| puts ex.message} - Metriks::LibratoMetricsReporter.new(email, token, source: source, prefix: prefix, on_error: on_error).start + Metriks::LibratoMetricsReporter.new(email, token, source: source, on_error: on_error).start end end