Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 520d511

Browse files
hkulekcimmoreram
authored andcommitted
commands config fix
1 parent 9e8ca86 commit 520d511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
apisearch.print_indices_command:
1414
class: Apisearch\Command\PrintIndicesCommand
1515
arguments:
16-
- "@apisearch.repository_bucket"
16+
- "@apisearch.app_repository_bucket"
1717
tags:
1818
- { name: console.command }
1919

0 commit comments

Comments
 (0)