diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 00:23:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 00:23:04 -0600 |
| commit | d5143b94b8527eb94e09f9c46443a2e359e1219b (patch) | |
| tree | fbac750ff8d641fe5983e384b41650ab5bff5e43 /doCommon.go | |
| parent | b27a1fccad08a8aac11b73097e93a6aa97bf87f7 (diff) | |
show a single repo
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 110d3ab..1241087 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") - doCobol() + doHumanTable() badExit(nil) return false } @@ -139,7 +139,7 @@ func doAllCheckoutUser() bool { me.forge = forgepb.Init() if !IsEverythingOnUser() { log.Info("switching to user branch failed") - doCobol() + doHumanTable() return false } return true |
