Completed
Push — master ( 5cd7db...4c6168 )
by Sebastien
02:32
created
lib/Cerbere/Event/CerbereConsoleListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.