Browse Source

[Nostromo] Fix Environment list table

pull/1/head
Andrés Montañez 8 years ago
parent
commit
c3f8afbd23
  1. 2
      src/Mage/Command/BuiltIn/Config/EnvironmentsCommand.php

2
src/Mage/Command/BuiltIn/Config/EnvironmentsCommand.php

@ -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) {

Loading…
Cancel
Save