From 9a8f5d90437e69c60c1e25ea0610fcf1db8699b1 Mon Sep 17 00:00:00 2001 From: lkappel Date: Mon, 28 Aug 2017 19:03:51 +0200 Subject: [PATCH] Update alert.pm fix typo --- notification/foxbox/mode/alert.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification/foxbox/mode/alert.pm b/notification/foxbox/mode/alert.pm index 088774a0b..bd3fc802b 100644 --- a/notification/foxbox/mode/alert.pm +++ b/notification/foxbox/mode/alert.pm @@ -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})) {