Fix syntaxe

master
Heuzef 5 years ago
parent 69f970a05c
commit e0e5f1015d
  1. 2
      check_size_consistency.pl

@ -184,7 +184,7 @@ my $toobig = "false";
# $json->{new_size} < $json->{new_size_avg} / 3
print("Size Consistency : ");
if ( $toosmall == "false" AND $toobig == "false" ) {
if ( $toosmall == "false" && $toobig == "false" ) {
print("Normal");
}
else {

Loading…
Cancel
Save