Skip to content

Commit

Permalink
Merge pull request #70 from matt-in-a-hat/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Jun 20, 2024
2 parents bd56514 + 9bf4368 commit 1fe0229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/AlgoliaReindex.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function run($request)
echo sprintf(
'| Found %s %s remaining to index which match filter (%s)%s',
$items->count(),
$targetClass,
$candidate,
implode(',', array_merge([$filter], [$indexFilters[$candidate] ?? ''])),
PHP_EOL
);
Expand Down

0 comments on commit 1fe0229

Please sign in to comment.