Browse Source

Merge pull request #2645 from agy/agy/typo-fix

Pedantic typo fix
pull/2549/merge
James Phillips 8 years ago committed by GitHub
parent
commit
3e9c96d996
  1. 2
      command/agent/command.go

2
command/agent/command.go

@ -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…
Cancel
Save