We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10a728f + 941b00e commit 25f3483Copy full SHA for 25f3483
lib/Github/Api/Repository/Statuses.php
@@ -22,7 +22,7 @@ class Statuses extends AbstractApi
22
*/
23
public function show($username, $repository, $sha)
24
{
25
- return $this->get('/repos/'.urlencode($username).'/'.urlencode($repository).'/statuses/'.urlencode($sha));
+ return $this->get('repos/'.urlencode($username).'/'.urlencode($repository).'/statuses/'.urlencode($sha));
26
}
27
28
/**
0 commit comments