fix go coding style by gofmt.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
fe750c751a
commit
21430d2ecd
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# docker build --rm=true -t drone/drone .
|
# docker build --rm -t drone/drone .
|
||||||
|
|
||||||
FROM centurylink/ca-certs
|
FROM centurylink/ca-certs
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
|
@ -158,7 +158,7 @@ func start(c *cli.Context) {
|
||||||
)
|
)
|
||||||
|
|
||||||
client := client.NewClientToken(
|
client := client.NewClientToken(
|
||||||
strings.TrimRight(c.String("drone-server"),"/"),
|
strings.TrimRight(c.String("drone-server"), "/"),
|
||||||
accessToken,
|
accessToken,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue