| Index: milo/api/resp/build.go
|
| diff --git a/milo/api/resp/build.go b/milo/api/resp/build.go
|
| index 1cf550d120f6338d16d7dbb24ac4c38e93e931fa..95d505bb9c5deb9031ad513735d336e016e5179a 100644
|
| --- a/milo/api/resp/build.go
|
| +++ b/milo/api/resp/build.go
|
| @@ -313,7 +313,7 @@ func (rb *MiloBuild) SummarizeTo(c context.Context, bs *model.BuildSummary) erro
|
| // definitions will specify their manifest as "REVISION", and we'll do
|
| // lookups with null URL fields.
|
| bs.AddManifestRevisionIndex(
|
| - con.ProjectID, con.Console.Name, "REVISION", "", revisionBytes)
|
| + con.GetProjectName(), con.ID, "REVISION", "", revisionBytes)
|
| }
|
| }
|
| }
|
|
|