Browse Source

Fix syntax error in ListCommand::run

1.0
Jakub Turek 10 years ago
parent
commit
881f0b2d87
  1. 2
      Mage/Command/BuiltIn/ListCommand.php

2
Mage/Command/BuiltIn/ListCommand.php

@ -40,7 +40,7 @@ class ListCommand extends AbstractCommand
$exitCode = $this->listEnvironments();
break;
default;
default:
throw new Exception('The Type of Elements to List is needed.');
break;
}

Loading…
Cancel
Save