From 233faed09f4875e096a797813b44f0695905003f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 31 Dec 2016 04:32:47 -0300 Subject: [PATCH] [Nostromo] SensioLabs Insights --- bin/mage | 6 +++++- composer.json | 5 ++--- src/Mage/Command/BuiltIn/DeployCommand.php | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bin/mage b/bin/mage index fed329b..162867f 100755 --- a/bin/mage +++ b/bin/mage @@ -2,7 +2,11 @@ runtime->getWorkingHost() != null) { + if ($this->runtime->getWorkingHost()) { $output->writeln(sprintf(' Starting %s tasks on host %s:', $this->getStageName(), $this->runtime->getWorkingHost())); } else { $output->writeln(sprintf(' Starting %s tasks:', $this->getStageName()));