Skip to content

Commit ac0fba9

Browse files
committed
s/nodejs/node/
1 parent 15feacd commit ac0fba9

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
@@ -21,7 +21,7 @@ test:
2121
test/run.sh
2222

2323
js/test: js/vimlparser.js
24-
test/run_command.sh nodejs js/vimlparser.js
24+
test/run_command.sh node js/vimlparser.js
2525

2626
py/test: py/vimlparser.py
2727
test/run_command.sh python py/vimlparser.py

0 commit comments

Comments
 (0)