diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 17:44:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 17:44:34 -0500 |
| commit | 2daf0189f628f7214cdc9295f898c355636ef9a3 (patch) | |
| tree | 7d956822723be6e7add3c04275c87da8d9af85f4 /main.go | |
| parent | 0487c7b6d0d7631818100a4767ecf35c7462c0b7 (diff) | |
better name & bash autocomplete works
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
