summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 17:44:34 -0500
committerJeff Carr <[email protected]>2025-10-15 17:44:34 -0500
commit2daf0189f628f7214cdc9295f898c355636ef9a3 (patch)
tree7d956822723be6e7add3c04275c87da8d9af85f4 /main.go
parent0487c7b6d0d7631818100a4767ecf35c7462c0b7 (diff)
better name & bash autocomplete works
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 {