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

Pedantic typo fix
This commit is contained in:
James Phillips 2017-01-10 12:54:00 -08:00 committed by GitHub
commit ee697150bc
1 changed files with 1 additions and 1 deletions

View File

@ -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))
}