mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix typo in default phame config
Summary: I skipped lint because it was being angry at me. Test Plan: ran phame with new default, was able to join blogosphere Reviewers: epriestley, codeblock Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4618
This commit is contained in:
parent
9b8288886f
commit
c0bf41d4a3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ final class PhabricatorPhameConfigOptions
|
|||
'phame.skins',
|
||||
'list<string>',
|
||||
array(
|
||||
'exterals/skins/',
|
||||
'externals/skins/',
|
||||
))
|
||||
->setDescription(
|
||||
pht('List of directories where Phame will look for skins.')),
|
||||
|
|
Loading…
Reference in a new issue