Bug 1279210 - eslint setup: fix eslint module path;r=ahal

MozReview-Commit-ID: HL4tIwgkSau

--HG--
extra : rebase_source : 8169cbc543528a6b2a6e2bffbf4a202dfcea1a93
This commit is contained in:
Julian Descottes 2016-06-09 14:40:48 +02:00
Родитель 80434719cd
Коммит eace7c89ed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -384,7 +384,7 @@ class MachCommands(MachCommandBase):
return os.path.dirname(fullpath)
def get_eslint_module_path(self):
return os.path.join(self.get_project_root(), "testing", "eslint")
return os.path.join(self.get_project_root(), "tools", "lint", "eslint")
def _prompt_yn(self, msg):
if not sys.stdin.isatty():