diff --git a/src/Command/FindGithubRepositoryThroughOrganizationCommand.php b/src/Command/FindGithubRepositoryThroughOrganizationCommand.php index fe0efd9..3085050 100644 --- a/src/Command/FindGithubRepositoryThroughOrganizationCommand.php +++ b/src/Command/FindGithubRepositoryThroughOrganizationCommand.php @@ -69,7 +69,7 @@ protected function configure(): void */ protected function execute(InputInterface $input, OutputInterface $output): int { - $githubRepoAction = $this->resourceService->getAction('https://opencatalogi.nl/action/oc.FindGithubRepositoryThroughOrganizationAction.action.json', 'open-catalogi/open-catalogi-bundle'); + $githubRepoAction = $this->resourceService->getAction('https://opencatalogi.nl/action/oc.FindRepositoryThroughOrganizationAction.action.json', 'open-catalogi/open-catalogi-bundle'); $configuration = $githubRepoAction->getConfiguration(); // Handle the command options