mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Pedantic typo fix
This commit is contained in:
parent
be90310501
commit
01de3b3cb9
@ -657,7 +657,7 @@ func (c *Command) retryJoin(config *Config, errCh chan<- struct{}) {
|
||||
if ec2Enabled {
|
||||
servers, err = config.discoverEc2Hosts(logger)
|
||||
if err != nil {
|
||||
logger.Printf("[ERROR] agent: Unable to query EC2 insances: %s", err)
|
||||
logger.Printf("[ERROR] agent: Unable to query EC2 instances: %s", err)
|
||||
}
|
||||
logger.Printf("[INFO] agent: Discovered %d servers from EC2...", len(servers))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user