mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-25 14:08:18 +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();
|
$console = PhutilConsole::getConsole();
|
||||||
|
|
||||||
$buildable = head($buildables);
|
$buildable = head($buildables['data']);
|
||||||
|
|
||||||
if ($buildable['buildableStatus'] == 'passed') {
|
if ($buildable['buildableStatus'] == 'passed') {
|
||||||
$console->writeOut(
|
$console->writeOut(
|
||||||
|
|
Loading…
Add table
Reference in a new issue