Skip to content

Commit 8539bbb

Browse files
authored
Update rebuildElasticMissingDocuments.php
[skip ci]
1 parent b9d1cb8 commit 8539bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: maintenance/rebuildElasticMissingDocuments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private function checkAndRebuild( \Iterator $rows ) {
294294
}
295295

296296
$this->reportMessage(
297-
$cliMsgFormatter->twoCols( "... found ...", "(rows) $count", 3 )
297+
$cliMsgFormatter->twoCols( "... found ...", "$count (rows)", 3 )
298298
);
299299

300300
$this->reportMessage(

0 commit comments

Comments
 (0)