1
0
Fork 0
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:
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',
'list<string>',
array(
'exterals/skins/',
'externals/skins/',
))
->setDescription(
pht('List of directories where Phame will look for skins.')),