From 71b273a62281204a7bcce39fea9ebc16157f3ef7 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Tue, 3 Oct 2023 13:36:06 +0200 Subject: [PATCH] Update path in startup error Summary: The error mentioned a "phabricator" directory, but according to the docs it has been migrated to "phorge". Test Plan: Move the "arcanist" directory somewhere else, run something from phorge/bin/. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25445 --- support/startup/PhabricatorStartup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/startup/PhabricatorStartup.php b/support/startup/PhabricatorStartup.php index 58031013ad..b9d659d39b 100644 --- a/support/startup/PhabricatorStartup.php +++ b/support/startup/PhabricatorStartup.php @@ -210,7 +210,7 @@ final class PhabricatorStartup { if (!$ok) { self::didFatal( 'Unable to load the "Arcanist" library. Put "arcanist/" next to '. - '"phabricator/" on disk.'); + '"phorge/" on disk.'); } // Load Phabricator itself using the absolute path, so we never end up doing