mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01: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();
 | 
			
		||||
                    break;
 | 
			
		||||
 | 
			
		||||
                default;
 | 
			
		||||
                default:
 | 
			
		||||
                    throw new Exception('The Type of Elements to List is needed.');
 | 
			
		||||
                    break;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user