From 5f15b00a8a6999f1015816ecc4e9fce6650da8a3 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 29 Aug 2016 11:44:37 -0400 Subject: [PATCH] fix error Alan introduced in Makefile syntax --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 147f430e96..febf1e6a1d 100644 --- a/Makefile +++ b/Makefile @@ -491,8 +491,7 @@ testjs_ci: echo "Update UI unittests later" #ui-test-ci jshint: ui-deps-built - grunt --gruntfile awx/ui/Gruntfile.js jshint - # Depends on node 6.x and npm 3.x installed on Jenkins slave + grunt --gruntfile awx/ui/Gruntfile.js jshint #Depends on node 6.x and npm 3.x installed on Jenkins slave ui-test-saucelabs: ui-deps-built $(NPM_BIN) --prefix awx/ui run test:saucelabs