From 9a79c8676ad6cd237c57a0e00c9b8533a24b803d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 14 Jan 2020 03:29:51 -0500 Subject: [PATCH] Update plugin installation path. --- plugin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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