Skip to content

Commit 6aec80a

Browse files
committed
another makefile typo fix
1 parent 57360c5 commit 6aec80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test-acceptance:
2929

3030
lint:
3131
./node_modules/.bin/jshint ./lib --config $(BASE)/.jshintrc && \
32-
./node_modules/.bin/jshint ./test --config $(BASE)/.jshintrc \
32+
./node_modules/.bin/jshint ./test --config $(BASE)/.jshintrc && \
3333
./node_modules/.bin/jshint ./test-buster --config $(BASE)/.jshintrc
3434

3535

0 commit comments

Comments
 (0)