Skip to content

Commit 8fa6ab0

Browse files
authored
Fix
1 parent 46da271 commit 8fa6ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Apps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function listRepositories($userId = null)
5959
$parameters['user_id'] = $userId;
6060
}
6161

62-
return $this->get('/app/repositories', $parameters);
62+
return $this->get('/installation/repositories', $parameters);
6363
}
6464

6565
/**

0 commit comments

Comments
 (0)