mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01: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:
parent
03afb97ff2
commit
71b273a622
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ final class PhabricatorStartup {
|
||||||
if (!$ok) {
|
if (!$ok) {
|
||||||
self::didFatal(
|
self::didFatal(
|
||||||
'Unable to load the "Arcanist" library. Put "arcanist/" next to '.
|
'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
|
// Load Phabricator itself using the absolute path, so we never end up doing
|
||||||
|
|
Loading…
Reference in a new issue