mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +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',
|
'phame.skins',
|
||||||
'list<string>',
|
'list<string>',
|
||||||
array(
|
array(
|
||||||
'exterals/skins/',
|
'externals/skins/',
|
||||||
))
|
))
|
||||||
->setDescription(
|
->setDescription(
|
||||||
pht('List of directories where Phame will look for skins.')),
|
pht('List of directories where Phame will look for skins.')),
|
||||||
|
|
Loading…
Reference in a new issue