mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-21 14:22:41 +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) {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue