diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 09:41:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 09:41:07 -0500 |
| commit | c7ea7e0a0be0164c5d6b2fa33bb0fc050e1c20c3 (patch) | |
| tree | cecd813fcb72cb7e980c1a25336f597fbbbbd995 /main.go | |
| parent | afe872481be98d8cc13c0c0d435ddcc12c3a0ffb (diff) | |
attempt againv0.25.88
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() |
