X Tutup
The Wayback Machine - https://web.archive.org/web/20230127014759/https://github.com/nodejs/node/commit/cda0a80713
Skip to content
Permalink
Browse files
build: fix typo in Makefile
PR-URL: #36176
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
RaisinTen authored and targos committed May 1, 2021
1 parent b11e3ea commit cda0a80713a7a84852ff4a990216eb6142d9a4c0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1345,7 +1345,7 @@ lint-py:
PYTHONPATH=tools/pip $(PYTHON) -m flake8 --count --show-source --statistics .
else
lint-py:
$(warning Python linting with flake8 is not avalible)
$(warning Python linting with flake8 is not available)
$(warning Run 'make lint-py-build')
endif

0 comments on commit cda0a80

Please sign in to comment.
X Tutup