Skip to content

Commit

Permalink
add tabs in the apache sampleConfig var
Browse files Browse the repository at this point in the history
Closes #246
  • Loading branch information
cornerot authored and sparrc committed Oct 6, 2015
1 parent b4e8a23 commit 5112d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/apache/apache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5112d07

Please sign in to comment.