5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-02-28 01:58:06 +03:00

disks: fixup join usage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-02 14:19:53 +02:00
parent 839afff896
commit d938178298

View File

@ -916,7 +916,7 @@ sub wipe_blockdev {
}); });
if (scalar($to_wipe->$#*) > 0) { if (scalar($to_wipe->$#*) > 0) {
print "found child partitions to wipe: ". join($to_wipe->@*, ',') ."\n"; print "found child partitions to wipe: ". join(', ', $to_wipe->@*) ."\n";
} }
push $to_wipe->@*, $devpath; # put actual device last push $to_wipe->@*, $devpath; # put actual device last