mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 19:19:52 +00:00
fix typo
This commit is contained in:
parent
ee2f90b14e
commit
7b2257a8b5
@ -2098,7 +2098,7 @@ __PACKAGE__->register_method({
|
||||
PVE::QemuServer::snapshot_delete($vmid, $snapname);
|
||||
};
|
||||
|
||||
return $rpcenv->fork_worker('qmdelsnaphot', $vmid, $authuser, $realcmd);
|
||||
return $rpcenv->fork_worker('qmdelsnapshot', $vmid, $authuser, $realcmd);
|
||||
}});
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user