diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 05:50:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 05:50:18 -0500 |
| commit | 30dcc8af9f35ed988b79d39121801d3a27a036c2 (patch) | |
| tree | cfcf83dbf917175d40da3531396ef9462c0ae9a8 /Makefile | |
| parent | 557a5853a4f77f340697a91f521b02c2034f1a09 (diff) | |
working on patch handling
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
