make it caps cause others are caps too :)

This commit is contained in:
Bad
2025-12-14 18:41:45 +02:00
parent 5a0e5f1b4f
commit b7e245cecc

View File

@ -585,7 +585,7 @@ sub get_disks {
if ($sysdata->{rotational} == 0) {
$type = 'ssd';
$type = 'nvme' if $dev =~ m/^nvme\d+n\d+$/;
$type = 'pmem' if $dev =~ m/^pmem\d+s$/;
$type = 'PMEM' if $dev =~ m/^pmem\d+s$/;
$data->{rpm} = 0;
} elsif ($sysdata->{rotational} == 1) {
if ($data->{rpm} != -1) {