mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-10 14:51:05 +01:00
Fix a minor 'buildableStatus' error in "arc land"
See D18837. I made a mistake here with rigging this for testing; this line was changed incorrectly.
This commit is contained in:
parent
9144658e69
commit
3d06bd4c56
1 changed files with 1 additions and 1 deletions
|
@ -1391,7 +1391,7 @@ EOTEXT
|
|||
|
||||
$console = PhutilConsole::getConsole();
|
||||
|
||||
$buildable = head($buildables);
|
||||
$buildable = head($buildables['data']);
|
||||
|
||||
if ($buildable['buildableStatus'] == 'passed') {
|
||||
$console->writeOut(
|
||||
|
|
Loading…
Reference in a new issue