Skip to content

Commit c5d0769

Browse files
Revert "Fix index of recipes template"
This reverts commit 7a5162b.
1 parent 7a5162b commit c5d0769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GenerateFlexEndpointCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
104104
'_links' => [
105105
'repository' => sprintf('github.com/%s', $repository),
106106
'origin_template' => sprintf('{package}:{version}@github.com/%s:%s', $repository, $sourceBranch),
107-
'recipes_template' => sprintf('https://raw.githubusercontent.com/%s/%s/{package_dotted}.{version}.json', $repository, $flexBranch),
108-
'recipes_template_relative' => sprintf('{package_dotted}.{version}.json', $repository, $flexBranch),
107+
'recipe_template' => sprintf('https://raw.githubusercontent.com/%s/%s/{package_dotted}.{version}.json', $repository, $flexBranch),
108+
'recipe_template_relative' => sprintf('{package_dotted}.{version}.json', $repository, $flexBranch),
109109
'archived_recipes_template' => sprintf('https://raw.githubusercontent.com/%s/%s/archived/{package_dotted}/{ref}.json', $repository, $flexBranch),
110110
'archived_recipes_template_relative' => sprintf('archived/{package_dotted}/{ref}.json', $repository, $flexBranch),
111111
],

0 commit comments

Comments
 (0)