diff --git a/Makefile b/Makefile index 73aa951..a798bcd 100644 --- a/Makefile +++ b/Makefile @@ -38,5 +38,5 @@ test: $(PLENARY_DIR) nvim --headless --noplugin -u tests/minimal.vim +TearDown $(PLENARY_DIR): - git clone --depth=1 --no-single-branch $(PLENARY_URL) $(PLENARY_DIR) + git clone --depth=1 --branch v0.1.3 $(PLENARY_URL) $(PLENARY_DIR) @rm -rf $(PLENARY_DIR)/.git