1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 00:38:51 +02:00

Update a Phabricator -> Arcanist include path for scripts in Phabricator

Summary: Ref T13395. Since there's very little code which really makes sense in "scripts/", I've moved most of it to other places.

Test Plan: Ran `bin/phd`.

Maniphest Tasks: T13395

Differential Revision: https://secure.phabricator.com/D20994
This commit is contained in:
epriestley 2020-02-14 08:19:54 -08:00
parent dc35ce79e4
commit 356d9e8e19

View file

@ -9,7 +9,7 @@ function init_phabricator_script(array $options) {
'include_path',
$include_path.PATH_SEPARATOR.dirname(__FILE__).'/../../../');
$ok = @include_once 'arcanist/scripts/init/init-script.php';
$ok = @include_once 'arcanist/support/init/init-script.php';
if (!$ok) {
echo
'FATAL ERROR: Unable to load the "Arcanist" library. '.