Minor correction
This commit is contained in:
parent
3a7738140f
commit
efc3257a41
1 changed files with 1 additions and 2 deletions
|
@ -471,8 +471,7 @@
|
||||||
|
|
||||||
if($exit_code == null)
|
if($exit_code == null)
|
||||||
{
|
{
|
||||||
Console::outError(sprintf('The unit \'%s\' for \'%s\' exited with an unknown code', $unit->ExecutionPolicy->Name, $package));
|
return 0;
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $exit_code;
|
return $exit_code;
|
||||||
|
|
Loading…
Add table
Reference in a new issue