5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-01-03 01:17:49 +03:00

vzdump common: fix missing comma

Fixes: 5118fac ("vzdump: change-detection: fix description and drop experimental note")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-18 08:37:28 +01:00
parent ea43284837
commit 9d15995df3

View File

@ -356,7 +356,7 @@ my $confdesc = {
}, },
'pbs-change-detection-mode' => { 'pbs-change-detection-mode' => {
type => 'string', type => 'string',
description => "PBS mode used to detect file changes and switch encoding format for container backups." description => "PBS mode used to detect file changes and switch encoding format for container backups.",
optional => 1, optional => 1,
enum => [ 'legacy', 'data', 'metadata' ], enum => [ 'legacy', 'data', 'metadata' ],
}, },