Skip to content

Commit

Permalink
Merge branch 'feature/OP-235/overdracht-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Mar 7, 2024
2 parents c4c7031 + 97c4947 commit 446384f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 446384f

Please sign in to comment.