diff --git a/cloud/aws/health/mode/events.pm b/cloud/aws/health/mode/events.pm index 55d29d0e8..9504c0433 100644 --- a/cloud/aws/health/mode/events.pm +++ b/cloud/aws/health/mode/events.pm @@ -103,7 +103,7 @@ sub check_options { next if ($option eq ''); $self->{filter_options}->{'filter_' . $_} = [] if (!defined($self->{filter_options}->{'filter_' . $_})); - push @{$self->{filter_options}->{'filter_' . $_}}, split(/,/, $options); + push @{$self->{filter_options}->{'filter_' . $_}}, split(/,/, $option); } } }