Skip to content

Commit

Permalink
Provide more information on backend calls. Backward compatible with d…
Browse files Browse the repository at this point in the history
…rush5.
  • Loading branch information
weitzman committed Aug 6, 2013
1 parent dceadc5 commit 5a23366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/pm/pm.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ function drush_pm_releases() {
$requests = pm_parse_project_version($requests);

$info = release_info_get_releases($requests);
drush_backend_set_result($info);
if (!$info) {
return drush_log(dt('No valid projects given.'), 'ok');
}
Expand Down

0 comments on commit 5a23366

Please sign in to comment.