Skip to content

Commit 7b907e9

Browse files
committed
Configure bundle dir before fetching catalogues
1 parent d693057 commit 7b907e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ExtractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9898
$locales = [$inputLocale];
9999
}
100100

101-
$catalogues = $this->catalogueFetcher->getCatalogues($config, $locales);
102101
$this->configureBundleDirs($input, $config);
102+
$catalogues = $this->catalogueFetcher->getCatalogues($config, $locales);
103103
$finder = $this->getConfiguredFinder($config);
104104

105105
$result = $this->importer->extractToCatalogues($finder, $catalogues, [

0 commit comments

Comments
 (0)