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

This commit is contained in:
Cameron Sparr
2016-02-17 21:57:33 -07:00
committed by Michele Fadda
parent 0dbb52f9d6
commit 09d8d6ef33
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.