fix eventlog

This commit is contained in:
garnier-quentin 2020-02-19 15:10:23 +01:00
parent 17a713a267
commit 5cbdc156f1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ sub run {
my ($self, %options) = @_;
my $content = $options{custom}->execute_command(command => $self->{ls_command});
my $result = $self->get_hasharray(content => $content, delim => ':');
my $result = $options{custom}->get_hasharray(content => $content, delim => ':');
my ($num_eventlog_checked, $num_errors) = (0, 0);
foreach (@$result) {