fix typos in messages

This commit is contained in:
Tom Wiesing 2022-12-08 10:36:07 +01:00
parent 20448c67a3
commit aefde6eec2
No known key found for this signature in database
29 changed files with 91 additions and 55 deletions

View file

@ -15,7 +15,7 @@ import (
)
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 %s",
ExitCode: exit.ExitGeneric,
}

View file

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