Completed
Push — master ( 9096b6...7d3c95 )
by Mahmoud
42:48 queued 34:55
created
app/Port/Command/Commands/DeleteContainersCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             $repoName = ucfirst(strtolower($repoName));
52 52
 
53 53
             // TODO: find a way to validate the repo!
54
-            $process = new Process("rm -rf " . $ContainersPath . '/' .$repoName);
54
+            $process = new Process("rm -rf " . $ContainersPath . '/' . $repoName);
55 55
             $process->run();
56 56
 
57 57
             if (!$process->isSuccessful()) {
Please login to merge, or discard this patch.