diff --git a/plugin.mk b/plugin.mk index 723f5252..673ebf99 100644 --- a/plugin.mk +++ b/plugin.mk @@ -71,7 +71,7 @@ endif cd dist && zip -q -9 -r "$(SLUG)"-"$(VERSION)"-$(ARCH).zip "$(SLUG)" install: dist - cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).zip $(RACK_USER_DIR)/plugins-v1/ + cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).zip $(RACK_USER_DIR)/plugins-v2/ .PHONY: clean dist .DEFAULT_GOAL := all