diff --git a/Check.pm b/Check.pm index f85d047..b4a2593 100644 --- a/Check.pm +++ b/Check.pm @@ -141,7 +141,7 @@ sub action my $toobig = 0; if ( $new_size > ($new_size_q3 + $new_size_q3 - $new_size_q1) * 1.5 or $new_size > $new_size_avg * 6 ) { $toobig = 1; - } + } # TOO SMALL ? my $toosmall = 0;