PctMem works now

This commit is contained in:
Zane C. B-H 2019-08-11 22:51:47 -05:00
parent 63764f9a50
commit d51a0d91e7
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ sub new{
if ( ref( \$args{pctmems} ) eq 'ARRAY' ){
die ('The pctmems key is not a array');
}
if ( ! defined $args{pctcpus}[0] ){
if ( ! defined $args{pctmems}[0] ){
die ('Nothing defined in the pctmems array');
}