Skip to content

Commit 8faeba3

Browse files
committed
fix plenary prepare
1 parent 11c636f commit 8faeba3

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
@@ -1,7 +1,7 @@
11
.PHONY: test prepare
22

33
prepare:
4-
@git clone https://github.com/nvim-lua/plenary.nvim vendor/plenary.nvim
4+
@if [ ! -d "./vendor/plenary.nvim" ]; then git clone https://github.com/nvim-lua/plenary.nvim vendor/plenary.nvim; fi
55

66
test: prepare
77
@nvim \

0 commit comments

Comments
 (0)