Skip to content

Commit 2265581

Browse files
committed
Fix typo in CurrentUser#repositories()
1 parent 290d96f commit 2265581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/CurrentUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function issues(array $params = array(), $includeOrgIssues = true)
7474
*/
7575
public function repositories()
7676
{
77-
return $this->get('users/repos');
77+
return $this->get('user/repos');
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)