Merge pull request #1845 from zweizeichen/patch-1

Fixed grammar [ci skip]
This commit is contained in:
Brad Rydzewski 2016-11-17 18:58:24 +01:00 committed by GitHub
commit a2301bc06b

View file

@ -244,7 +244,7 @@ func start(c *cli.Context) {
go handler(m) // HACK until we a channel based Subscribe implementation
}), opts...)
logger.Noticef("connection establish, ready to process builds.")
logger.Noticef("connection established, ready to process builds.")
<-client.Done()
logger.Warningf("connection interrupted, attempting to reconnect.")