1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-16 16:58:38 +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:
Joshua Spence 2014-05-08 06:50:06 -07:00 committed by epriestley
parent b6b9fdffb5
commit 1591b21e86

View file

@ -59,7 +59,7 @@ final class ArcanistLesscLinter extends ArcanistExternalLinter {
} }
public function getInstallInstructions() { public function getInstallInstructions() {
return pht('Install lessc using `npm install -g lessc`.'); return pht('Install lessc using `npm install -g less`.');
} }
public function shouldExpectCommandErrors() { public function shouldExpectCommandErrors() {