From c0bf41d4a320819ae6a5a3bbe7d8919a0d93544f Mon Sep 17 00:00:00 2001 From: Zack Gomez Date: Fri, 25 Jan 2013 00:40:04 +0400 Subject: [PATCH] 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 --- src/applications/phame/config/PhabricatorPhameConfigOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/phame/config/PhabricatorPhameConfigOptions.php b/src/applications/phame/config/PhabricatorPhameConfigOptions.php index e294a27962..4931623d94 100644 --- a/src/applications/phame/config/PhabricatorPhameConfigOptions.php +++ b/src/applications/phame/config/PhabricatorPhameConfigOptions.php @@ -17,7 +17,7 @@ final class PhabricatorPhameConfigOptions 'phame.skins', 'list', array( - 'exterals/skins/', + 'externals/skins/', )) ->setDescription( pht('List of directories where Phame will look for skins.')),