Skip to content

Commit

Permalink
Update bootstrap constant name to match that in BackdropBoot (#96) by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
tabroughton authored and herbdool committed Aug 17, 2019
1 parent 1523d50 commit c3f1fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drush/civicrm.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function civicrm_drush_command() {
// explicit callback declaration and non-standard name to avoid collision with "sql-conf"
'callback' => 'drush_civicrm_sqlconf',
'description' => 'Print CiviCRM database connection details.',
'bootstrap' => DRUSH_BOOTSTRAP_BACKDROP_CONFIGURATION,
'bootstrap' => BACKDROP_BOOTSTRAP_CONFIGURATION,
);
$items['civicrm-sql-connect'] = array(
// explicit callback declaration and non-standard name to avoid collision with "sql-connect"
Expand Down Expand Up @@ -224,7 +224,7 @@ function civicrm_drush_command() {
'callback' => 'drush_civicrm_sqlcli',
'description' => "Open a SQL command-line interface using CiviCRM's credentials.",
'aliases' => array('cvsqlc'),
'bootstrap' => DRUSH_BOOTSTRAP_BACKDROP_CONFIGURATION,
'bootstrap' => BACKDROP_BOOTSTRAP_CONFIGURATION,
);
$items['civicrm-sql-rebuild-triggers'] = array(
'description' => 'Rebuild SQL triggers',
Expand Down

0 comments on commit c3f1fd7

Please sign in to comment.