enhance aws health

This commit is contained in:
garnier-quentin 2020-07-21 10:39:37 +02:00
parent 87c474f942
commit 2d79b0b5fa
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ sub check_options {
foreach my $option (@{$self->{option_results}->{'filter_' . $_}}) {
next if ($option eq '');
$self->{filter_options}->{'filter_' . $_} = [] if (!defined($self->{'filter_' . $_}));
$self->{filter_options}->{'filter_' . $_} = [] if (!defined($self->{filter_options}->{'filter_' . $_}));
push @{$self->{filter_options}->{'filter_' . $_}}, $option;
}
}