Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Aug 15, 2018
1 parent 2135eca commit 880621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$packageSelection = new PackageSelection($output, $outputDir, $config, $skipErrors);

if (null !== $repositoryUrl) {
$packageSelection->setRepositoryFilter($repositoryUrl, (bool) $this->getOption('repository-strict'));
$packageSelection->setRepositoryFilter($repositoryUrl, (bool) $input->getOption('repository-strict'));
} else {
$packageSelection->setPackagesFilter($packagesFilter);
}
Expand Down

0 comments on commit 880621d

Please sign in to comment.