fix(mesos): TOML annotation

* It was still using the previous config name
This commit is contained in:
Sergio Jimenez 2016-02-11 01:54:05 +01:00 committed by Michele Fadda
parent 5481299a67
commit 46f2aaaa2a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
type Mesos struct { type Mesos struct {
Timeout int Timeout int
Masters []string Masters []string
MasterCols []string `toml:"metrics_collection"` MasterCols []string `toml:"master_collections"`
} }
var defaultMetrics = []string{ var defaultMetrics = []string{