diff options
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 1d114a1f2..6dd2c89ec 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1969,7 +1969,7 @@ sub validate_range { ndie msg('range-noopt-only'); } if (! length $warning and ! length $critical) { - ndie msg('range-nopt-one'); + ndie msg('range-noopt-one'); } } |