From a3b6ce5dd225a716671633e58bad0953684375b9 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 27 Sep 2019 16:45:20 +0200 Subject: [PATCH] add strong for anomalous size consistency --- Check.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Check.pm b/Check.pm index 0c87096..d1a53df 100644 --- a/Check.pm +++ b/Check.pm @@ -206,12 +206,12 @@ else { $toosmall = "0"; } -my $sizeConsistency = "ANOMALOUS"; +my $sizeConsistency = "ANOMALOUS"; my $sizeConsistencyColor = "Tomato"; # Get result if ( $toobig or $toosmall ) { - $sizeConsistency = "ANOMALOUS"; + $sizeConsistency = "ANOMALOUS"; $sizeConsistencyColor = "Tomato"; } else {