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()));