From 356d9e8e191d035b3b7fbfb57e7529b7a2dc2d74 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 14 Feb 2020 08:19:54 -0800 Subject: [PATCH] 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 --- scripts/init/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init/lib.php b/scripts/init/lib.php index 266697e96e..4c544da9d0 100644 --- a/scripts/init/lib.php +++ b/scripts/init/lib.php @@ -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. '.