Pedantic typo fix

This commit is contained in:
Andrew Glen-Young 2017-01-10 15:44:32 -05:00
parent be90310501
commit 01de3b3cb9
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 { if ec2Enabled {
servers, err = config.discoverEc2Hosts(logger) servers, err = config.discoverEc2Hosts(logger)
if err != nil { 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)) logger.Printf("[INFO] agent: Discovered %d servers from EC2...", len(servers))
} }