diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/besadii/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/besadii/main.go b/ops/besadii/main.go index 685e8d2f8304..39c7084a3022 100644 --- a/ops/besadii/main.go +++ b/ops/besadii/main.go @@ -267,7 +267,7 @@ func triggerBuild(cfg *config, log *syslog.Writer, trigger *buildTrigger) error // Report the status back to the Gerrit CL so that users can click // through to the running build. - msg := fmt.Sprintf("Started build for patchset #%s of cl/%s: %s", trigger.patchset, trigger.changeId, buildResp.WebUrl) + msg := fmt.Sprintf("Started build for patchset #%s on: %s", trigger.patchset, buildResp.WebUrl) review := reviewInput{ Message: msg, OmitDuplicateComments: true, |