summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()