[Nostromo] Apply PHP Mess Detector recommendations

This commit is contained in:
Andrés Montañez
2017-01-10 22:02:35 -03:00
parent 2c567bebff
commit c2b83428f0
2 changed files with 9 additions and 9 deletions
+1 -2
View File
@@ -414,10 +414,9 @@ class Runtime
$host = $this->getWorkingHost();
$sshConfig = $this->getSSHConfig();
$cmdDelegate = $cmd;
if ($sudo === true) {
$cmdDelegate = sprintf('sudo %s', $cmd);
} else {
$cmdDelegate = $cmd;
}
if ($jail) {