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.
1 parent e0e6aae commit c2751e5Copy full SHA for c2751e5
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