Fix config name typo in SetupCheckPygment
Summary: Use correct spelling of 'environment.append-paths' so that the current value of the variable will display as expected in the 'pygmentize Not Found' setup issue screen. Test Plan: * Enabled Pygments but haven't installed it * Follow 'unresolved setup issues' link to 'Not Found' screen * See that 'envinronment.append-paths' is None * Set 'environment.append-paths' * See that 'envinronment.append-paths' is still None * Apply this fix * See that 'environment.append-paths' is now '/usr/bin' Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5555
This commit is contained in:
committed by
epriestley
parent
7d35625ea9
commit
81389e79e7
@@ -24,7 +24,7 @@ final class PhabricatorSetupCheckPygment extends PhabricatorSetupCheck {
|
||||
->setSummary($summary)
|
||||
->setMessage($message)
|
||||
->addPhabricatorConfig('pygments.enabled')
|
||||
->addPhabricatorConfig('envinronment.append-paths');
|
||||
->addPhabricatorConfig('environment.append-paths');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user