[Nostromo] SensioLabs Insights

This commit is contained in:
Andrés Montañez
2016-12-31 04:32:47 -03:00
parent 6a4816a61d
commit 233faed09f
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ class DeployCommand extends AbstractCommand
return true;
}
if ($this->runtime->getWorkingHost() != null) {
if ($this->runtime->getWorkingHost()) {
$output->writeln(sprintf(' Starting <fg=black;options=bold>%s</> tasks on host <fg=black;options=bold>%s</>:', $this->getStageName(), $this->runtime->getWorkingHost()));
} else {
$output->writeln(sprintf(' Starting <fg=black;options=bold>%s</> tasks:', $this->getStageName()));