`conf` -> `config`

This commit is contained in:
Sean Chittenden 2016-06-16 17:05:29 -07:00
parent fc590137d4
commit 1ce2cc6141
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func testServer(t *testing.T, cb func(*nomad.Config)) (*nomad.Server, string) {
}
shutdownCh := make(chan struct{})
consulSyncer, err := consul.NewSyncer(conf.ConsulConfig, shutdownCh, log.New(os.Stderr, "", log.LstdFlags))
consulSyncer, err := consul.NewSyncer(config.ConsulConfig, shutdownCh, log.New(os.Stderr, "", log.LstdFlags))
if err != nil {
t.Fatalf("err: %v", err)
}