Skip to content

Commit d4f0a12

Browse files
author
Aaron Schlesinger
committed
fix(pkg/gitreceive/build.go): fix grammar in logs
I know, I know, but it was bothering me
1 parent 04b2f67 commit d4f0a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func build(conf *Config, s3Client *storage.Client, kubeClient *client.Client, fs
193193
log.Debug("size of streamed logs %v", size)
194194

195195
log.Debug(
196-
"Waiting for %s/%s pod to end. Checking every %s for %s",
196+
"Waiting for the %s/%s pod to end. Checking every %s for %s",
197197
newPod.Namespace,
198198
newPod.Name,
199199
conf.BuilderPodTickDuration(),

0 commit comments

Comments
 (0)