mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Typo
This commit is contained in:
parent
6f2d545244
commit
fc9fbe1e89
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ foreach my $current_state (keys(%state)) {
|
|||
}
|
||||
}
|
||||
|
||||
# Same as aboce with substitute
|
||||
# Same as above with substitute
|
||||
foreach my $current_state (keys(%state)) {
|
||||
foreach my $new_state (keys(%state)) {
|
||||
$res = NPTest->testCmd( "./negate -s --$current_state=$new_state ./check_dummy ".$state{$current_state}." 'Fake $new_state'" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue