Fixed parsing of consul agent service names
This commit is contained in:
parent
2cb2d4e95b
commit
69e046f63f
|
@ -22,7 +22,6 @@ import (
|
|||
"github.com/hashicorp/logutils"
|
||||
"github.com/hashicorp/nomad/helper/flag-slice"
|
||||
"github.com/hashicorp/nomad/helper/gated-writer"
|
||||
"github.com/hashicorp/nomad/nomad/structs/config"
|
||||
"github.com/hashicorp/scada-client/scada"
|
||||
"github.com/mitchellh/cli"
|
||||
)
|
||||
|
@ -61,7 +60,6 @@ func (c *Command) readConfig() *Config {
|
|||
// Make a new, empty config.
|
||||
cmdConfig := &Config{
|
||||
Atlas: &AtlasConfig{},
|
||||
Consul: config.DefaultConsulConfig(),
|
||||
Client: &ClientConfig{},
|
||||
Ports: &Ports{},
|
||||
Server: &ServerConfig{},
|
||||
|
|
Loading…
Reference in a new issue