mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
refactor: rename variable
This commit is contained in:
parent
a294d94449
commit
3e1ced3aff
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ class GenerateCommand extends Command
|
|||
$configFile = $input->getOption(name: 'config-file');
|
||||
$outputDir = $input->getOption(name: 'output-dir');
|
||||
|
||||
$pipes = [
|
||||
$pipelines = [
|
||||
new CreateFinalConfigurationData(),
|
||||
|
||||
new ValidateConfigurationData(),
|
||||
|
@ -80,7 +80,7 @@ class GenerateCommand extends Command
|
|||
*/
|
||||
[$configurationData, $generatedFiles] = (new Pipeline())
|
||||
->send($configFile)
|
||||
->through($pipes)
|
||||
->through($pipelines)
|
||||
->thenReturn();
|
||||
|
||||
$io->info("Building configuration for {$configurationData['name']}.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue