diff options
Diffstat (limited to 'doCommon.go')
| -rw-r--r-- | doCommon.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doCommon.go b/doCommon.go index 1241087..1a2a3aa 100644 --- a/doCommon.go +++ b/doCommon.go @@ -127,7 +127,7 @@ func doAllCheckoutDevel() bool { me.forge = forgepb.Init() if !IsEverythingOnDevel() { log.Info("switching to devel branch failed") - doHumanTable() + me.forge.PrintHumanTable(me.found) badExit(nil) return false } @@ -139,7 +139,7 @@ func doAllCheckoutUser() bool { me.forge = forgepb.Init() if !IsEverythingOnUser() { log.Info("switching to user branch failed") - doHumanTable() + me.forge.PrintHumanTable(me.found) return false } return true |
