1
0
Fork 0
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:
epriestley 2017-12-26 08:31:03 -08:00
parent 9144658e69
commit 3d06bd4c56

View file

@ -1391,7 +1391,7 @@ EOTEXT
$console = PhutilConsole::getConsole();
$buildable = head($buildables);
$buildable = head($buildables['data']);
if ($buildable['buildableStatus'] == 'passed') {
$console->writeOut(