Skip to content

Commit

Permalink
Fixes drush-ops#19 : added status url to available release check
Browse files Browse the repository at this point in the history
  • Loading branch information
nheulsen committed Jan 21, 2016
1 parent 30f88b2 commit fb95d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Drush/UpdateService/StatusInfoDrush.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private function getAvailableReleases($projects) {
continue;
}
drush_log(dt('Checking available update data for !project.', array('!project' => $project['label'])), LogLevel::OK);
$request = pm_parse_request($project_name, NULL, $project_name);
$request = pm_parse_request($project_name, $project['status url'], $project_name);
$project_release_info = $release_info->get($request);
if ($project_release_info) {
$available[$project_name] = $project_release_info;
Expand Down

0 comments on commit fb95d2c

Please sign in to comment.