diff --git a/commands/core/core.drush.inc b/commands/core/core.drush.inc
index 47f5364..255fa75 100644
--- a/commands/core/core.drush.inc
+++ b/commands/core/core.drush.inc
@@ -331,7 +331,7 @@ function core_drush_command() {
       'batch-id' => 'The batch id that will be processed',
     ),
     'required-arguments' => TRUE,
-    'bootstrap' => DRUSH_BOOTSTRAP_DRUPAL_LOGIN,
+    'bootstrap' => DRUSH_BOOTSTRAP_DRUPAL_FULL,
   );
   $items['core-global-options'] = array(
     'description' => 'All global options',
