| @@ -149,9 +149,9 @@ | ||
| 149 | 149 | |
| 150 | 150 | $this->log( "get_repo_milestone_summary( $owner, $repository, $milestone )", GEDEBUG_CALL ); |
| 151 | 151 | |
| 152 | 152 | $owner = trim( $owner, '/' ); |
| 153 | - $repo = trim( $repository, '/' ); | |
| 153 | + $repo = trim( $repo, '/' ); | |
| 154 | 154 | |
| 155 | 155 | $results = $this->call_api( "https://api.github.com/repos/$owner/$repository/milestones/$milestone" ); |
| 156 | 156 | |
| 157 | 157 | return json_decode( $results['body'] ); |