mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 07:54:28 +00:00
Merge pull request #1845 from zweizeichen/patch-1
Fixed grammar [ci skip]
This commit is contained in:
commit
a2301bc06b
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ func start(c *cli.Context) {
|
||||||
go handler(m) // HACK until we a channel based Subscribe implementation
|
go handler(m) // HACK until we a channel based Subscribe implementation
|
||||||
}), opts...)
|
}), opts...)
|
||||||
|
|
||||||
logger.Noticef("connection establish, ready to process builds.")
|
logger.Noticef("connection established, ready to process builds.")
|
||||||
<-client.Done()
|
<-client.Done()
|
||||||
|
|
||||||
logger.Warningf("connection interrupted, attempting to reconnect.")
|
logger.Warningf("connection interrupted, attempting to reconnect.")
|
||||||
|
|
Loading…
Reference in a new issue