Skip to content

Commit

Permalink
Fix --only behaviour for Update command
Browse files Browse the repository at this point in the history
Closing Issue #1
  • Loading branch information
vitezslav-lindovsky authored and pionl committed Jun 15, 2020
1 parent c5ca883 commit 207b689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/UpdateIndicesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function handle()
// Run index mapping if the only option is not set or if the index name matches the
// index
if (null !== $indexOnly && $index->cleanName !== $indexOnly) {
break;
continue;
}

$this->info("$index->name");
Expand Down

0 comments on commit 207b689

Please sign in to comment.