We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ca883 commit 207b689Copy full SHA for 207b689
1 file changed
src/Console/UpdateIndicesCommand.php
@@ -59,7 +59,7 @@ public function handle()
59
// Run index mapping if the only option is not set or if the index name matches the
60
// index
61
if (null !== $indexOnly && $index->cleanName !== $indexOnly) {
62
- break;
+ continue;
63
}
64
65
$this->info("$index->name");
0 commit comments