From 63a752c1f2660be71d6cebb8a12cde5f1b021737 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sun, 8 Oct 2023 13:14:43 -0700 Subject: [PATCH] Fix typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 960aaa6..d35333f 100644 --- a/main.go +++ b/main.go @@ -99,7 +99,7 @@ func (job ContainerStartJob) Run() { // Log exit code if failed if containerJSON.State.ExitCode != 0 { slog.Errorf( - "Exec job %s existed with code %d", + "Exec job %s exited with code %d", job.name, containerJSON.State.ExitCode, )