Skip to content

Commit

Permalink
"[console] Pass DrupalFinder to DrupalConsoleCore." (#3751)
Browse files Browse the repository at this point in the history
* [console] Show message only on list command.

* [console] Pass DrupalFinder to DrupalConsoleCore.
  • Loading branch information
jmolivas authored Jan 30, 2018
1 parent 76f005b commit 85766ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Bootstrap/Drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ protected function bootDrupalConsoleCore()
{
$drupal = new DrupalConsoleCore(
$this->drupalFinder->getComposerRoot(),
$this->drupalFinder->getDrupalRoot()
$this->drupalFinder->getDrupalRoot(),
$this->drupalFinder
);

return $drupal->boot();
Expand Down

0 comments on commit 85766ba

Please sign in to comment.