Completed
Push — master ( 9c2567...4b2586 )
by AJ
05:08
created
src/Shell/ShopifyInstallShell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         $firstRun = ((Configure::check('Multidimensional/Cakephpify')) ? false : true);
38 38
 
39 39
         //Activate Plugin
40
-        if ((($firstRun) ? (strtolower($this->in('Install Shopify Plugin?', ['y', 'n'])) == 'y'): (strtolower($this->in('Update Configuration?', ['y', 'n'])) == 'y'))
40
+        if ((($firstRun) ? (strtolower($this->in('Install Shopify Plugin?', ['y', 'n'])) == 'y') : (strtolower($this->in('Update Configuration?', ['y', 'n'])) == 'y'))
41 41
         ) {
42 42
             $this->out();
43 43
             $this->out('Please enter your API credentials from your Shopify App page.', 2);
Please login to merge, or discard this patch.