mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-16 13:50:17 +02:00
Fix syntax error in ListCommand::run
This commit is contained in:
parent
5944015b50
commit
881f0b2d87
@ -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…
Reference in New Issue
Block a user