mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Fix a typo.
Summary: The `lessc` binary is a part of the NPM `less` module. Test Plan: `npm install less` works whereas `npm install lessc` does not. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9006
This commit is contained in:
parent
b6b9fdffb5
commit
1591b21e86
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ final class ArcanistLesscLinter extends ArcanistExternalLinter {
|
|||
}
|
||||
|
||||
public function getInstallInstructions() {
|
||||
return pht('Install lessc using `npm install -g lessc`.');
|
||||
return pht('Install lessc using `npm install -g less`.');
|
||||
}
|
||||
|
||||
public function shouldExpectCommandErrors() {
|
||||
|
|
Loading…
Reference in a new issue