From 00da8d9dd045949657cff5708eb5af5b927f77d5 Mon Sep 17 00:00:00 2001 From: Peter Anderson Date: Mon, 25 Jan 2021 03:18:31 +1100 Subject: [PATCH] Issue #231: Fix 'version' command bug --- commands/backdrop_core.drush.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/backdrop_core.drush.inc b/commands/backdrop_core.drush.inc index cd5dded..24d8bb7 100644 --- a/commands/backdrop_core.drush.inc +++ b/commands/backdrop_core.drush.inc @@ -138,6 +138,7 @@ function backdrop_core_drush_command() { 'description' => 'Print out the Drush proper version and the Backdrop Drush Extension version.', 'callback' => 'backdrop_command_drush_version', 'aliases' => array('version'), + 'bootstrap' => DRUSH_BOOTSTRAP_NONE, 'examples' => array( 'drush version' => 'Drush proper version: 8; Backdrop Drush Extension Version: 1', ),