cron: wrong error message
This commit is contained in:
parent
2acf76e465
commit
3e631b3a37
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue