Commit fdc14d98 authored by Tobias Doerffel's avatar Tobias Doerffel Committed by Dietmar Maurer

Fixed typo in backup API

Signed-off-by: 's avatarTobias Doerffel <tobias.doerffel@ed-chemnitz.de>
parent 08ba27a5
......@@ -78,7 +78,7 @@ sub parse_dow {
return $res;
};
my $vzdump_propetries = {
my $vzdump_properties = {
additionalProperties => 0,
properties => PVE::VZDump::json_config_properties({}),
};
......@@ -112,7 +112,7 @@ sub parse_vzdump_cron_config {
die "unable to parse day of week '$dow' in '$filename'\n" if !$dowhash;
my $args = PVE::Tools::split_args($param);
my $opts = PVE::JSONSchema::get_options($vzdump_propetries, $args, 'vmid');
my $opts = PVE::JSONSchema::get_options($vzdump_properties, $args, 'vmid');
$opts->{id} = "$digest:$jid";
$jid++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment