Skip to content

Commit

Permalink
fix(Apps): use /orgs/ORG/intallation
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisio authored Mar 1, 2022
1 parent 37b1679 commit 5c1a278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Github/Api/Apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function getInstallationForOrganization($org)
{
$this->configurePreviewHeader();

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

/**
Expand Down

0 comments on commit 5c1a278

Please sign in to comment.