From 59e0e49822aa01eaa1cbf7ccefe630daafbfb221 Mon Sep 17 00:00:00 2001 From: Sergio Jimenez Date: Sun, 31 Jan 2016 23:04:14 +0100 Subject: [PATCH] Indentation for sample config string --- plugins/inputs/mesos/mesos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/mesos/mesos.go b/plugins/inputs/mesos/mesos.go index 835c14b78..aede459fc 100644 --- a/plugins/inputs/mesos/mesos.go +++ b/plugins/inputs/mesos/mesos.go @@ -168,7 +168,7 @@ var sampleConfig = ` # The port can be skipped if using the default (5050) # Default value is localhost:5050. servers = ["localhost:5050"] - blacklist = ["system"] + blacklist = ["system"] ` // removeGroup(), remove blacklisted groups