[Nostromo] Fix Environment list table

This commit is contained in:
Andrés Montañez 2017-01-03 23:12:19 -03:00
parent 92d63f3814
commit c3f8afbd23

View file

@ -46,7 +46,7 @@ class EnvironmentsCommand extends AbstractCommand
$output->writeln('');
$table = new Table($output);
$table->setHeaders(['Environment', 'Branch', 'User', 'Hosts']);
$table->setHeaders(['Environment', 'User', 'Branch', 'Hosts']);
$configuration = $this->runtime->getConfigOptions('environments');
foreach ($configuration as $environment => $config) {