mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 08:17:15 +00:00
fixup: parameters vs properties typo
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
11b30ba490
commit
afd4f9966a
@ -794,7 +794,7 @@ sub cli_handler {
|
||||
eval {
|
||||
my $param_map = {};
|
||||
$param_map = $compute_param_mapping_hash->($param_cb->($name)) if $param_cb;
|
||||
my $schema = $add_stdopts ? add_standard_output_parameters($info->{parameters}) : $info->{properties} ;
|
||||
my $schema = $add_stdopts ? add_standard_output_parameters($info->{parameters}) : $info->{parameters};
|
||||
my $param = PVE::JSONSchema::get_options($schema, $args, $arg_param, $fixed_param, $param_map);
|
||||
|
||||
if ($add_stdopts) {
|
||||
|
Loading…
Reference in New Issue
Block a user