@@ -121,7 +121,7 @@ |
||
121 | 121 | $this->output->getErrorOutput()->writeln(''); |
122 | 122 | |
123 | 123 | $format = " Project: %project%\n"; |
124 | - $format.= ProgressBar::getFormatDefinition('debug'); |
|
124 | + $format .= ProgressBar::getFormatDefinition('debug'); |
|
125 | 125 | |
126 | 126 | $progress = new ProgressBar($this->output, count($event->getProjects())); |
127 | 127 | $progress->setFormat($format); |