Fix output config typo. (#1527)

This commit is contained in:
Jason Gardner 2016-07-22 10:05:53 -05:00 committed by Cameron Sparr
parent 4363eebc1b
commit 986735234b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ func (c *Config) InputNames() []string {
return name
}
// Outputs returns a list of strings of the configured inputs.
// Outputs returns a list of strings of the configured outputs.
func (c *Config) OutputNames() []string {
var name []string
for _, output := range c.Outputs {