]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix changes to changes
authorAndrew Lewis <nerf@judo.za.org>
Mon, 27 Mar 2017 12:10:37 +0000 (14:10 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 27 Mar 2017 12:10:37 +0000 (14:10 +0200)
 - Reported by: @tleuxner
 - Pointy hat to: @fatalbanana

src/plugins/lua/metric_exporter.lua

index 107d034da8021feddfc9c60ddf742a8e9a7b67f5..dfd7f64bd881b0079809403fdff2bce0cdbd9db2 100644 (file)
@@ -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