1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

Fixed grammar

This commit is contained in:
Sebastian 2016-11-05 13:57:45 +01:00 committed by GitHub
parent e574b873b3
commit a6361c358e

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.")