mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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)
|
||||
->appendChild(
|
||||
'<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>')
|
||||
->appendChild(
|
||||
id(new AphrontFormTextAreaControl())
|
||||
|
|
Loading…
Reference in a new issue