From 97c49471550b6790e5f501cae0f285f30a39f145 Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Thu, 7 Mar 2024 14:25:47 +0100 Subject: [PATCH] Missed one FindGithubRepositoryThroughOrganizationAction --- src/Command/FindGithubRepositoryThroughOrganizationCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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