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(); $exitCode = $this->listEnvironments();
break; break;
default; default:
throw new Exception('The Type of Elements to List is needed.'); throw new Exception('The Type of Elements to List is needed.');
break; break;
} }

Loading…
Cancel
Save