Fix syntax error in ListCommand::run

This commit is contained in:
Jakub Turek 2015-02-21 14:57:25 +01:00
parent 5944015b50
commit 881f0b2d87

View file

@ -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;
}