Skip to content
Snippets Groups Projects
Commit c840f1a7 authored by Maddy Chellathurai's avatar Maddy Chellathurai
Browse files

MAGETWO-53474: [Github] Caches Aren't Enabled by Default on RC1 with Composer...

MAGETWO-53474: [Github] Caches Aren't Enabled by Default on RC1 with Composer when Upgrading via CLI

- CR comments
parent f375681c
No related merge requests found
...@@ -130,7 +130,7 @@ class UpgradeCommand extends AbstractSetupCommand ...@@ -130,7 +130,7 @@ class UpgradeCommand extends AbstractSetupCommand
$output->writeln('<error> Error occured during upgrade</error>'); $output->writeln('<error> Error occured during upgrade</error>');
return \Magento\Framework\Console\Cli::RETURN_FAILURE; return \Magento\Framework\Console\Cli::RETURN_FAILURE;
} }
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
} }
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment