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

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
This commit is contained in:
Francesco Gazzetta 2023-10-03 13:36:06 +02:00
parent 03afb97ff2
commit 71b273a622

View file

@ -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