| Index: milo/appengine/buildbot/html.go
|
| diff --git a/milo/appengine/buildbot/html.go b/milo/appengine/buildbot/html.go
|
| index 3b1d2b84f08b7ae8d30bc9fedef0563269a0725d..60896fbc0cdf1302b280e1ccd751325644645f16 100644
|
| --- a/milo/appengine/buildbot/html.go
|
| +++ b/milo/appengine/buildbot/html.go
|
| @@ -38,7 +38,7 @@ func BuildHandler(c *router.Context) {
|
| return
|
| }
|
|
|
| - result, err := build(c.Context, master, builder, num)
|
| + result, err := Build(c.Context, master, builder, num)
|
| if err != nil {
|
| var code int
|
| switch err {
|
|
|