mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-12 18:02:40 +01:00
Use ".arcrc" for the user settings to avoid confusion with project ".arcconfig".
This commit is contained in:
parent
605268f9aa
commit
78f0b4aff9
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class PhabricatorUserSettingsController extends PhabricatorPeopleController {
|
||||||
->setUser($user)
|
->setUser($user)
|
||||||
->appendChild(
|
->appendChild(
|
||||||
'<p class="aphront-form-instructions">Copy and paste this certificate '.
|
'<p class="aphront-form-instructions">Copy and paste this certificate '.
|
||||||
'into your <tt>~/.arcconfig</tt> in the "hosts" section to enable '.
|
'into your <tt>~/.arcrc</tt> in the "hosts" section to enable '.
|
||||||
'Arcanist to authenticate against this host.</p>')
|
'Arcanist to authenticate against this host.</p>')
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormTextAreaControl())
|
id(new AphrontFormTextAreaControl())
|
||||||
|
|
Loading…
Reference in a new issue