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 # $json->{new_size} < $json->{new_size_avg} / 3
print("Size Consistency : "); print("Size Consistency : ");
if ( $toosmall == "false" AND $toobig == "false" ) { if ( $toosmall == "false" && $toobig == "false" ) {
print("Normal"); print("Normal");
} }
else { else {

Loading…
Cancel
Save