Completed
Push — master ( 8f9c99...8826de )
by juan
02:28
created
src/Juanber84/Console/Command/DeployProjectsCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
                 $output->writeln('');
123 123
                 $table->render();
124 124
 
125
- exit;
125
+    exit;
126 126
                 $task = 'cd '.$jsonDb[$nameOfProject];
127 127
                 echo $console = shell_exec($task);
128 128
                 echo "\n";
Please login to merge, or discard this patch.