From 5112d077d5fa9bebe4a1dd35fce4ffaa282031ce Mon Sep 17 00:00:00 2001 From: cornerot Date: Tue, 6 Oct 2015 17:09:10 +0300 Subject: [PATCH] add tabs in the apache sampleConfig var Closes #246 --- plugins/apache/apache.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/apache/apache.go b/plugins/apache/apache.go index f4098b331..e90567826 100644 --- a/plugins/apache/apache.go +++ b/plugins/apache/apache.go @@ -19,8 +19,8 @@ type Apache struct { } var sampleConfig = ` -# An array of Apache status URI to gather stats. -urls = ["http://localhost/server-status?auto"] + # An array of Apache status URI to gather stats. + urls = ["http://localhost/server-status?auto"] ` func (n *Apache) SampleConfig() string {