fix(aws/health): typo in events mode (#2912)

This commit is contained in:
itoussies 2021-06-30 15:07:05 +02:00 committed by GitHub
parent 7fea97733b
commit 09dc563bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}