cron: wrong error message

This commit is contained in:
Tom Wiesing 2023-03-16 11:35:47 +01:00
parent 2acf76e465
commit 3e631b3a37
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ import (
) )
var errCronFailed = exit.Error{ var errCronFailed = exit.Error{
Message: "failed to run cron script for instance %q: exited with code %s", Message: "failed to run cron script for instance %q: exited with code %d",
ExitCode: exit.ExitGeneric, ExitCode: exit.ExitGeneric,
} }