Completed
Push — master ( 03f180...5edf6a )
by juan
02:15
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.