diff options
-rw-r--r-- | ops/besadii/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/besadii/main.go b/ops/besadii/main.go index 7eb10089dcf4..685e8d2f8304 100644 --- a/ops/besadii/main.go +++ b/ops/besadii/main.go @@ -209,8 +209,8 @@ func triggerBuild(cfg *config, log *syslog.Writer, trigger *buildTrigger) error env["GERRIT_PATCHSET"] = trigger.patchset headBuild = false - // The branch doesn't have to be a real ref (it's just used to - // group builds), so make it the identifier for the CL + // The branch doesn't have to be a real ref (it's just used to + // group builds), so make it the identifier for the CL branch = fmt.Sprintf("cl/%v", strings.Split(trigger.ref, "/")[3]) } |