]> git.proxmox.com Git - pve-storage.git/commitdiff
param mapping fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Jul 2020 08:52:45 +0000 (10:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Jul 2020 08:52:45 +0000 (10:52 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/CLI/pvesm.pm

index f223c921e9cb5f60d09e6ff20902698d05b7ac88..f1e7ef4b12c036d85a3f0cee7d9ec2826ca71048 100755 (executable)
@@ -39,8 +39,8 @@ sub param_mapping {
 
     my $mapping = {
        'cifsscan' => [ $password_map ],
-       'create' => [ $password_map, 'encryption_key' ],
-       'update' => [ $password_map, 'encryption_key' ],
+       'create' => [ $password_map, 'encryption-key' ],
+       'update' => [ $password_map, 'encryption-key' ],
     };
     return $mapping->{$name};
 }