]> git.proxmox.com Git - pmg-api.git/commit
backup restore: code style cleanup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Dec 2022 12:05:00 +0000 (13:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Dec 2022 12:05:05 +0000 (13:05 +0100)
commit2579f964830eb6936d30cf913e59a9dcfad774a9
tree12372f3afd5dad0a392e92dcd0c85639267063f7
parent1e0861f94febadf37f2ce1917db5af8f516038da
backup restore: code style cleanup

find also takes a code ref directly, and the "wanted" name is a bit
non-ideal anyway, as it has no control over what find "wants" (i.e.,
descends into), but its return value is completely ignored.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PMG/Backup.pm