Skip to content

Commit 8361727

Browse files
committed
Fixed path error in Makefile.
1 parent b67cfa7 commit 8361727

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
@@ -4,4 +4,4 @@ test:
44
make lint
55

66
lint:
7-
$(BIN)/eslint tests/doxdox.js
7+
$(BIN)/eslint tasks/doxdox.js

0 commit comments

Comments
 (0)