From 96aea320846d3d0d61e9e00d85f58a3efe3f9f82 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 26 Apr 2022 11:21:11 +0200 Subject: fix(ops/besadii): Fix output formatting for non-CL builds Change-Id: Ie9ffb2d287f6c8a1e3ae45a7ad6671b9b8fa9c8a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5505 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: asmundo --- ops/besadii/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/besadii/main.go b/ops/besadii/main.go index e22dbb1e48..412ae3a73b 100644 --- a/ops/besadii/main.go +++ b/ops/besadii/main.go @@ -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 } -- cgit 1.4.1