Skip to content

Commit

Permalink
MAGETWO-40553: [GITHUB] Update Console Tool Usage for Cache and Index…
Browse files Browse the repository at this point in the history
… Operations #1440

- removed --all option from testing framework
  • Loading branch information
Ivan Gavryshko committed Jul 20, 2015
1 parent 0c41218 commit 49cb477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function reset()
public function reindex()
{
$this->_shell->execute(
'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex --all'
'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex'
);
return $this;
}
Expand Down

0 comments on commit 49cb477

Please sign in to comment.