Typo in error message.

deploy_packages_to_gitea
Jens Pelzetter 2022-10-31 13:02:51 +01:00
parent 685722f1f4
commit 03ff939dc2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class WorkflowIdResolver implements Serializable, ObjectIdResolver {
.orElseThrow(
() -> new IllegalArgumentException(
String.format(
"No workflows with UUID %s in the database.",
"No workflow with UUID %s in the database.",
id.key.toString()
)
)