summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 09:41:07 -0500
committerJeff Carr <[email protected]>2025-10-15 09:41:07 -0500
commitc7ea7e0a0be0164c5d6b2fa33bb0fc050e1c20c3 (patch)
treececd813fcb72cb7e980c1a25336f597fbbbbd995 /main.go
parentafe872481be98d8cc13c0c0d435ddcc12c3a0ffb (diff)
attempt againv0.25.88
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 6154705..9f88b9b 100644
--- a/main.go
+++ b/main.go
@@ -121,6 +121,11 @@ func main() {
if argv.Patch != nil {
s, err = doPatch()
}
+ if argv.BuildForge {
+ // attempts to download all the sources
+ // and binaries needed to build forge
+ s, err = doDownloadForge()
+ }
if argv.Verify != nil {
s, err = doVerify()