From c2122fbfb989fbc72db73e7bf64c92b4c8d11e86 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 30 Apr 2018 17:15:44 +0100 Subject: [PATCH] Fix mis-edit. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 841f18452..f163804fe 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ check-pep8: check-python: cd web && python regression/runtests.py --exclude feature_tests -check-featfind re: install-node bundle +check-feature: install-node bundle cd web && python regression/runtests.py --pkg feature_tests check-js: install-node linter