fix(ops/besadii): Fix output formatting for non-CL builds
Change-Id: Ie9ffb2d287f6c8a1e3ae45a7ad6671b9b8fa9c8a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5505 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: asmundo <asmundo@gmail.com>
This commit is contained in:
parent
404d92356d
commit
96aea32084
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ func postCommandMain(cfg *config) {
|
|||
// If these variables are unset, but the hook was invoked, the
|
||||
// build was most likely for a branch and not for a CL - no status
|
||||
// needs to be reported back to Gerrit!
|
||||
fmt.Println("This isn't a %s build, nothing to do. Have a nice day!", cfg.GerritChangeName)
|
||||
fmt.Printf("This isn't a %s build, nothing to do. Have a nice day!\n", cfg.GerritChangeName)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue