summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/main.go b/main.go
index 93e7427..24213d0 100644
--- a/main.go
+++ b/main.go
@@ -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("")