Skip to content

Commit 413ea9a

Browse files
committed
Remove cruft comment.
1 parent 06cc002 commit 413ea9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Boot/DrupalBoot.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ public function bootstrapDrupalRoot()
154154

155155
$core = $this->bootstrapDrupalCore($drupal_root);
156156

157-
// DRUSH_DRUPAL_CORE should point to the /core folder in Drupal 8+ or to DRUPAL_ROOT
158-
// in prior versions.
157+
// DRUSH_DRUPAL_CORE should point to the /core folder in Drupal 8+.
159158
define('DRUSH_DRUPAL_CORE', $core);
160159

161160
$this->logger->log(LogLevel::BOOTSTRAP, dt("Initialized Drupal !version root directory at !drupal_root", ["!version" => $version, '!drupal_root' => $drupal_root]));

0 commit comments

Comments
 (0)