Skip to content

Commit 1fe0229

Browse files
authored
Merge pull request #70 from matt-in-a-hat/patch-1
2 parents bd56514 + 9bf4368 commit 1fe0229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/AlgoliaReindex.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function run($request)
9393
echo sprintf(
9494
'| Found %s %s remaining to index which match filter (%s)%s',
9595
$items->count(),
96-
$targetClass,
96+
$candidate,
9797
implode(',', array_merge([$filter], [$indexFilters[$candidate] ?? ''])),
9898
PHP_EOL
9999
);

0 commit comments

Comments
 (0)