Skip to content

Commit 8a42aee

Browse files
authored
Merge pull request #28 from spiral/feature/new-repo
Changes rr binary repo link.
2 parents 211a9c4 + 386a68d commit 8a42aee

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Command.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ protected function getRepository(): RepositoryInterface
4646
]);
4747

4848
return new RepositoriesCollection([
49-
// Releases of RR 1.0
50-
new StaticRepository($client),
51-
// Releases of RR 2.0+
52-
GitHubRepository::create('spiral', 'roadrunner-binary', $client)
49+
GitHubRepository::create('roadrunner-server', 'roadrunner', $client),
5350
]);
5451
}
5552

0 commit comments

Comments
 (0)