From: Andrew Lewis Date: Mon, 27 Mar 2017 12:10:37 +0000 (+0200) Subject: [Minor] Fix changes to changes X-Git-Tag: 1.5.4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d21068485572aeb72971d0aaaf8d5cbb4e3641;p=thirdparty%2Frspamd.git [Minor] Fix changes to changes - Reported by: @tleuxner - Pointy hat to: @fatalbanana --- diff --git a/src/plugins/lua/metric_exporter.lua b/src/plugins/lua/metric_exporter.lua index 107d034da8..dfd7f64bd8 100644 --- a/src/plugins/lua/metric_exporter.lua +++ b/src/plugins/lua/metric_exporter.lua @@ -125,7 +125,7 @@ local function graphite_push(kwargs) timeout = settings['timeout'], read = false, data = { - {metrics_str, '\n'}, + metrics_str, '\n', }, callback = (function (err) if err then