mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 14:58:57 +02:00
Fix syntax error in ListCommand::run
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user