From c3f8afbd230f95217fae2c959302413a55540b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Tue, 3 Jan 2017 23:12:19 -0300 Subject: [PATCH] [Nostromo] Fix Environment list table --- src/Mage/Command/BuiltIn/Config/EnvironmentsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mage/Command/BuiltIn/Config/EnvironmentsCommand.php b/src/Mage/Command/BuiltIn/Config/EnvironmentsCommand.php index 5d6ba2f..e5b010e 100644 --- a/src/Mage/Command/BuiltIn/Config/EnvironmentsCommand.php +++ b/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) {