Completed
Branch testing (99a3aa)
by AJ
02:01
created
src/Shell/ShopifyInstallShell.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
             
100 100
         $this->out('');
101 101
         
102
-        if (($first_run) || (strtolower($this->in('Update Database?', ['y', 'n'])) == 'y')) {            
102
+        if (($first_run) || (strtolower($this->in('Update Database?', ['y', 'n'])) == 'y')) {
103 103
     
104 104
             $this->out('');
105 105
     
Please login to merge, or discard this patch.