Skip to content

Commit

Permalink
Update GitlabToConfigCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fantoine authored Sep 17, 2018
1 parent ce54a87 commit 4237609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MBO/SatisGitlab/Command/GitlabToConfigCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ protected function execute(InputInterface $input, OutputInterface $output) {
/* project-type option */
if ( ! empty($input->getOption('project-type')) ){
$filterCollection->addFilter(new ProjectTypeFilter(
$input->getOption('project-type')
$input->getOption('project-type'),
$client,
$logger
));
}

Expand Down

0 comments on commit 4237609

Please sign in to comment.