Skip to content

Commit ea28a86

Browse files
author
Keith Kirk
committed
unecessary param in getEvents
1 parent c0f432c commit ea28a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Cli/Command/FileParserCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6464
$temp = sys_get_temp_dir() . sprintf("/segment-io-%s.log", uniqid());
6565
$filesystem->rename($file, $temp);
6666

67-
$events = $this->getEvents($filesystem, $temp);
67+
$events = $this->getEvents($temp);
6868
$output->writeln(sprintf("<info>Found %s events in the log to Send</info>", sizeof($events)));
6969
if (!sizeof($events)) {
7070
return 0;

0 commit comments

Comments
 (0)