mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01: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:
parent
dc35ce79e4
commit
356d9e8e19
1 changed files with 1 additions and 1 deletions
|
@ -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. '.
|
||||
|
|
Loading…
Reference in a new issue