mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-16 04:31:54 +00:00
validate error message (typo) corrected
Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
This commit is contained in:
parent
3c4d612a70
commit
9030a7d7f6
@ -395,7 +395,7 @@ sub handle {
|
||||
|
||||
# todo: this is only to be safe - disable?
|
||||
if (my $schema = $info->{returns}) {
|
||||
PVE::JSONSchema::validate($result, $schema, "Result verification vailed\n");
|
||||
PVE::JSONSchema::validate($result, $schema, "Result verification failed\n");
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
Loading…
Reference in New Issue
Block a user