mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 22:38:56 +02:00
[Scrutinizer] Fix Major issues
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user