From d6e9be4ef890a8e55d3ea4e4a2229f14ad028e15 Mon Sep 17 00:00:00 2001 From: jesperancinha Date: Mon, 16 Sep 2024 09:27:39 +0200 Subject: [PATCH] Adds PARAMS to plugin updates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fa2191..87b98c5 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ revert-deps-cypress-update: deps-cypress-update: curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/cypressUpdateOne.sh | bash deps-plugins-update: - curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/pluginUpdatesOne.sh | bash + curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/pluginUpdatesOne.sh | bash -s -- $(PARAMS) deps-quick-update: deps-cypress-update deps-plugins-update accept-prs: curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/acceptPR.sh | bash