Skip to content

Commit 5c1a278

Browse files
authored
fix(Apps): use /orgs/ORG/intallation
1 parent 37b1679 commit 5c1a278

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
@@ -82,7 +82,7 @@ public function getInstallationForOrganization($org)
8282
{
8383
$this->configurePreviewHeader();
8484

85-
return $this->get('/org/'.rawurldecode($org).'/installation');
85+
return $this->get('/orgs/'.rawurldecode($org).'/installation');
8686
}
8787

8888
/**

0 commit comments

Comments
 (0)