This commit is contained in:
Andrés Montañez
2014-11-01 19:19:05 -02:00
parent 8771cf2ab1
commit 40e8c33846
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ class ListCommand extends AbstractCommand
*/
public function run()
{
$exitCode = 600;
$exitCode = 221;
$subCommand = $this->getConfig()->getArgument(1);
try {
@@ -56,7 +56,7 @@ class ListCommand extends AbstractCommand
*/
protected function listEnvironments()
{
$exitCode = 600;
$exitCode = 220;
$environments = array();
$content = scandir(getcwd() . '/.mage/config/environment/');
foreach ($content as $file) {