Skip to content

Commit

Permalink
Update command 'category' element when it gets remapped. Only affects…
Browse files Browse the repository at this point in the history
… JSON/var_export of help command.
  • Loading branch information
weitzman committed Mar 27, 2014
1 parent 161b7b7 commit 457a383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/core/help.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ function drush_help_categorize($implemented) {
$command_categories[$category]['summary'] = $summary[0];
}
}
$candidate['category'] = $category;
$command_categories[$category]['commands'][$key] = $candidate;
}
}
Expand Down

0 comments on commit 457a383

Please sign in to comment.