summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 9c266ef..65f5473 100644
--- a/main.go
+++ b/main.go
@@ -173,10 +173,10 @@ func main() {
err = r.Error
}
- if argv.BuildForge {
+ if argv.Rebuild != nil {
// attempts to download all the sources
// and binaries needed to build forge
- s, err = doDownloadForge()
+ s, err = doRebuild()
}
if argv.Verify != nil {