Fix typo
This commit is contained in:
parent
0aafe9a389
commit
63a752c1f2
2
main.go
2
main.go
@ -99,7 +99,7 @@ func (job ContainerStartJob) Run() {
|
|||||||
// Log exit code if failed
|
// Log exit code if failed
|
||||||
if containerJSON.State.ExitCode != 0 {
|
if containerJSON.State.ExitCode != 0 {
|
||||||
slog.Errorf(
|
slog.Errorf(
|
||||||
"Exec job %s existed with code %d",
|
"Exec job %s exited with code %d",
|
||||||
job.name,
|
job.name,
|
||||||
containerJSON.State.ExitCode,
|
containerJSON.State.ExitCode,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user