mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Update alert.pm
fix typo
This commit is contained in:
parent
a61ac819bf
commit
7cf73181e7
@ -56,7 +56,7 @@ sub check_options {
|
||||
$self->SUPER::init(%options);
|
||||
if (!defined($self->{option_results}->{foxbox_password})) {
|
||||
$self->{output}
|
||||
->add_option_msg(short_msg => "You need to set --foxbox-username= and --foxbox-password option");
|
||||
->add_option_msg(short_msg => "You need to set --foxbox-username and --foxbox-password options");
|
||||
$self->{output}->option_exit();
|
||||
}
|
||||
if (!defined($self->{option_results}->{phonenumber})) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user