1
0
Fork 0
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:
Zack Gomez 2013-01-25 00:40:04 +04:00
parent 9b8288886f
commit c0bf41d4a3

View file

@ -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.')),