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 7f2249e + c2751e5 commit 73622cfCopy full SHA for 73622cf
lib/Github/Api/GitData/Commits.php
@@ -13,7 +13,7 @@ class Commits extends AbstractApi
13
{
14
public function show($username, $repository, $sha)
15
16
- return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/commits/'.rawurlencode($sha));
+ return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/git/commits/'.rawurlencode($sha));
17
}
18
19
public function create($username, $repository, array $params)
0 commit comments