master
Robert Gerus 2015-12-14 15:15:51 +01:00
parent 280027750f
commit 945cc314d2
1 changed files with 1 additions and 1 deletions

View File

@ -819,5 +819,5 @@ func TestMain(m *testing.M) {
}
func init() {
Initialize(Dyncfg.New(configLookupHelper))
Initialize(dyncfg.New(configLookupHelper))
}