Skip to content

Commit 421ef24

Browse files
authored
Issue #238: Change DRUSH_BOOTSTRAP_DRUSH to DRUSH_BOOTSTRAP_NONE.
1 parent dae0712 commit 421ef24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BackdropBoot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function conf_path($require_settings = TRUE, $reset = FALSE) {
121121
*
122122
* Phases:
123123
*
124-
* DRUSH_BOOTSTRAP_DRUSH = Only Backdrop.
124+
* DRUSH_BOOTSTRAP_NONE = Only Drush.
125125
* BOOTSTRAP_ROOT = Find a valid Drupal root.
126126
* BOOTSTRAP_SITE = Find a valid Drupal site.
127127
* BOOTSTRAP_CONFIGURATION = Load the site's settings.

grn/grn.drush.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function grn_drush_command() {
8080
// I keep typing it, but not intuitive for others.
8181
'deprecated-aliases' => array('grn'),
8282
// No bootstrap needed.
83-
'bootstrap' => DRUSH_BOOTSTRAP_DRUSH,
83+
'bootstrap' => DRUSH_BOOTSTRAP_NONE,
8484
);
8585
return $items;
8686
}

0 commit comments

Comments
 (0)