Skip to content

Commit

Permalink
Minor fixes binary drupal (#2930)
Browse files Browse the repository at this point in the history
* [console] Read alias as array.

* [console] Minor fixes binary drupal.
  • Loading branch information
jmolivas authored Nov 13, 2016
1 parent 086991b commit 6a5b845
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

$drupalFinder = new DrupalFinder();
$drupalFinder->locateRoot(getcwd());

$composerRoot = $drupalFinder->getComposerRoot();
$drupalRoot = $drupalFinder->getDrupalRoot();

Expand All @@ -37,8 +36,6 @@
$drupal = new Drupal($autoload, $composerRoot, $drupalRoot);
$container = $drupal->boot();

echo $composerRoot . PHP_EOL;

if (!$container) {
echo ' Something goes wrong, try checking the log file at:' . PHP_EOL .
' ' . $composerRoot . '/console/log/' . date('Y-m-d') . '.log' . PHP_EOL;
Expand Down

0 comments on commit 6a5b845

Please sign in to comment.