Skip to content

Commit

Permalink
Issue #231: Fix 'version' command bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Anderson committed Jan 24, 2021
1 parent 0686452 commit 00da8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/backdrop_core.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
Expand Down

0 comments on commit 00da8d9

Please sign in to comment.