mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-23 11:52:16 +00:00
Add space in log message
This commit is contained in:
committed by
GitHub
parent
5c3701e321
commit
ba5f1d5154
@@ -165,7 +165,7 @@ func start(c *cli.Context) {
|
||||
accessToken = c.String("drone-token")
|
||||
}
|
||||
|
||||
logger.Noticef("connecting to server%s", c.String("drone-server"))
|
||||
logger.Noticef("connecting to server %s", c.String("drone-server"))
|
||||
|
||||
server := strings.TrimRight(c.String("drone-server"), "/")
|
||||
|
||||
|
Reference in New Issue
Block a user