@@ -72,7 +72,9 @@ |
||
| 72 | 72 | |
| 73 | 73 | $prefix = $input->getOption('prefix'); |
| 74 | 74 | |
| 75 | - if ($prefix) $prefix = $prefix . RepositoryCollection::COMMAND_SEPARATOR; |
|
| 75 | + if ($prefix) { |
|
| 76 | + $prefix = $prefix . RepositoryCollection::COMMAND_SEPARATOR; |
|
| 77 | + } |
|
| 76 | 78 | |
| 77 | 79 | $progressBar = new ProgressBar($output, count($commands)); |
| 78 | 80 | |