From 30dcc8af9f35ed988b79d39121801d3a27a036c2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 05:50:18 -0500 Subject: working on patch handling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87462a4..d0b028a 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ pull: install # cloudflare blocks POST due to captcha checks / human detection? # POST must be direct socket. probably for the best anyway submit: - FORGE_URL="https://forge.grid.wit.com/" forge patch --submit "forge auto commit" + FORGE_URL="https://forge.grid.wit.com/" forge patch submit "forge auto commit" # forge patch --submit "forge auto commit" commit: -- cgit v1.2.3