Skip to content

Commit eb0137b

Browse files
committed
docs(#2934): fix lintdoc make target
1 parent 418cdf9 commit eb0137b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lintdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ cp -v "${DIR_NVT}/doc/nvim-tree-lua.txt" "${DIR_NVIM_SRC}/runtime/doc"
5858
cd "${DIR_NVIM_SRC}"
5959

6060
# make nvim and execute the lint
61-
make
61+
make lintdoc

0 commit comments

Comments
 (0)