diff options
Diffstat (limited to 'check_postgres.pl')
-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 0d035fb16..c141a43a5 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -598,7 +598,7 @@ if (! $opt{'no-check_postgresrc'}) { $rcfile = '/etc/check_postgresrc'; } } -## We need a temporary hash so that multi-value options can be overriden on the command line +## We need a temporary hash so that multi-value options can be overridden on the command line my %tempopt; if (defined $rcfile) { open my $rc, '<', $rcfile or die qq{Could not open "$rcfile": $!\n}; |