fix(3cx): Typo (#2882)
This commit is contained in:
parent
78003b1100
commit
ed5c34ebc4
|
@ -123,7 +123,7 @@ sub manage_selection {
|
||||||
error => $system->{HasUnregisteredSystemExtensions} ? 'true' : 'false',
|
error => $system->{HasUnregisteredSystemExtensions} ? 'true' : 'false',
|
||||||
};
|
};
|
||||||
my $updates = 0;
|
my $updates = 0;
|
||||||
foreach my $category (@$update) {
|
foreach my $item (@$update) {
|
||||||
if (defined($self->{option_results}->{filter_category}) && $self->{option_results}->{filter_category} ne '' &&
|
if (defined($self->{option_results}->{filter_category}) && $self->{option_results}->{filter_category} ne '' &&
|
||||||
$item->{Category} !~ /$self->{option_results}->{filter_category}/) {
|
$item->{Category} !~ /$self->{option_results}->{filter_category}/) {
|
||||||
$self->{output}->output_add(long_msg => "skipping update '" . $item->{Category} . "': no matching filter.", debug => 1);
|
$self->{output}->output_add(long_msg => "skipping update '" . $item->{Category} . "': no matching filter.", debug => 1);
|
||||||
|
|
Loading…
Reference in New Issue