mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Fix message about pygments being in $PATH
Test Plan: read it Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14269
This commit is contained in:
parent
34d6612f07
commit
c9e3dd98d1
1 changed files with 1 additions and 1 deletions
|
@ -45,8 +45,8 @@ final class PhabricatorPygmentSetupCheck extends PhabricatorSetupCheck {
|
|||
'Phabricator has %s available in %s, but the binary '.
|
||||
'exited with an error code when run as %s. Check that it is '.
|
||||
'installed correctly.',
|
||||
phutil_tag('tt', array(), '$PATH'),
|
||||
phutil_tag('tt', array(), 'pygmentize'),
|
||||
phutil_tag('tt', array(), '$PATH'),
|
||||
phutil_tag('tt', array(), 'pygmentize -h'));
|
||||
|
||||
$this
|
||||
|
|
Loading…
Reference in a new issue