Skip to content

Commit 33eb067

Browse files
test: clone the correct repo
1 parent 9616b73 commit 33eb067

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
@@ -19,7 +19,7 @@ $(PLENARY_DIR):
1919
git clone --depth=1 "https://github.com/nvim-lua/plenary.nvim" $(PLENARY_DIR)
2020

2121
$(NVIM_TS_DIR):
22-
git clone --depth=1 "https://github.com/nvim-lua/plenary.nvim" $(NVIM_TS_DIR)
22+
git clone --depth=1 "https://github.com/nvim-treesitter/nvim-treesitter" $(NVIM_TS_DIR)
2323

2424
test: deps test-data
2525
nvim --headless -u $(INIT_RC) -c "PlenaryBustedDirectory test/specs { minimal_init = '$(INIT_RC)' }"

0 commit comments

Comments
 (0)