| Index: milo/appengine/buildbot/build.go
|
| diff --git a/milo/appengine/buildbot/build.go b/milo/appengine/buildbot/build.go
|
| index b34a9202dbe3eeb3dd975448e160e87ce97b7f61..289b53592dbd5f3146e9d0fa95120449cf5a1416 100644
|
| --- a/milo/appengine/buildbot/build.go
|
| +++ b/milo/appengine/buildbot/build.go
|
| @@ -607,7 +607,7 @@ func promoteLogDogLinks(s *buildbotStep, isInitialStep bool, linkMap map[string]
|
|
|
| // Any link named "logdog" (Annotee cosmetic implementation detail) will
|
| // inherit the name of the original log.
|
| - if !isLog {
|
| + if isLog {
|
| if aliasStepLog.label == "logdog" {
|
| aliasStepLog.label = sl.label
|
| }
|
|
|