Completed
Push — master ( edce93...de59f1 )
by Tyler
03:43 queued 01:42
created
src/Deploy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
             // Set the name of the log file
87 87
             $filename = $this->_log;
88 88
 
89
-            if ( ! file_exists($filename))
89
+            if (!file_exists($filename))
90 90
             {
91 91
                 // Create the log file
92 92
                 file_put_contents($filename, '');
Please login to merge, or discard this patch.