mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Remove "project.name" from .arcconfig
Summary: Ref T7604. Remove the `project.name` configuration from `.arcconfig`. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T7604 Differential Revision: https://secure.phabricator.com/D13001
This commit is contained in:
parent
3d2c6f1ed2
commit
6079629038
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"project.name" : "phabricator",
|
"phabricator.uri": "https://secure.phabricator.com/",
|
||||||
"phabricator.uri" : "https://secure.phabricator.com/",
|
"unit.engine": "PhutilUnitTestEngine",
|
||||||
"unit.engine" : "PhutilUnitTestEngine",
|
"load": ["src/"]
|
||||||
"load" : ["src/"]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue