Update Makefile to 'go install' rather than 'go build'

This commit is contained in:
Cameron Sparr
2016-02-17 21:57:33 -07:00
parent 8d2e5f0bda
commit 187d1b853d
4 changed files with 34 additions and 99 deletions

View File

@@ -133,9 +133,7 @@ func (c *Config) ListTags() string {
return strings.Join(tags, " ")
}
var header = `###############################################################################
# Telegraf Configuration #
###############################################################################
var header = `# Telegraf Configuration
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.