mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
Add space in log message
This commit is contained in:
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"), "/")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user