Skip to content

Commit

Permalink
Issue #238: Change DRUSH_BOOTSTRAP_DRUSH to DRUSH_BOOTSTRAP_NONE.
Browse files Browse the repository at this point in the history
  • Loading branch information
quicksketch authored Apr 15, 2024
1 parent dae0712 commit 421ef24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BackdropBoot.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function conf_path($require_settings = TRUE, $reset = FALSE) {
*
* Phases:
*
* DRUSH_BOOTSTRAP_DRUSH = Only Backdrop.
* DRUSH_BOOTSTRAP_NONE = Only Drush.
* BOOTSTRAP_ROOT = Find a valid Drupal root.
* BOOTSTRAP_SITE = Find a valid Drupal site.
* BOOTSTRAP_CONFIGURATION = Load the site's settings.
Expand Down
2 changes: 1 addition & 1 deletion grn/grn.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function grn_drush_command() {
// I keep typing it, but not intuitive for others.
'deprecated-aliases' => array('grn'),
// No bootstrap needed.
'bootstrap' => DRUSH_BOOTSTRAP_DRUSH,
'bootstrap' => DRUSH_BOOTSTRAP_NONE,
);
return $items;
}
Expand Down

0 comments on commit 421ef24

Please sign in to comment.