diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 07:47:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 07:47:34 -0600 |
| commit | 973bcfd4eb5e1ae13e0cba1e96e3cf037099a275 (patch) | |
| tree | 84894111bcaa1d7b2f92464b30134b162f65828c /main.go | |
| parent | dcc51eb7768f0986a0fab7b90e5f3db5373b870e (diff) | |
button to quickly prep everything
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -111,11 +111,7 @@ func main() { } if argv.Checkout.Master != nil { - me.forge.CheckoutMaster() - me.forge = forgepb.Init() - me.found = new(gitpb.Repos) - argv.Checkout.Master.findRepos() - me.forge.PrintHumanTable(me.found) + doCheckoutMaster() } log.Info("make 'user' the default here?") okExit("") |
