[Scrutinizer] Fix Major issues

This commit is contained in:
Andrés Montañez
2017-01-24 17:28:37 -03:00
parent 881cf7a3a9
commit aa47edbc1b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ class DeployCommand extends AbstractCommand
return true;
}
if ($this->runtime->getWorkingHost()) {
if ($this->runtime->getWorkingHost() !== null) {
$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()));