diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 04:05:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 04:05:59 -0500 |
| commit | f051898378892b9a58e36cc28af68200cadde315 (patch) | |
| tree | 74220e4c9619cc86df7af4608b1edb83650fdc17 /windowReposNew.go | |
| parent | d02733e0f7fb64fb2dfc68e120e55dfd7fb5405b (diff) | |
remove "forge checkout". too easy to type instead of git checkout
Diffstat (limited to 'windowReposNew.go')
| -rw-r--r-- | windowReposNew.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windowReposNew.go b/windowReposNew.go index d2d8bfa..78459aa 100644 --- a/windowReposNew.go +++ b/windowReposNew.go @@ -70,7 +70,8 @@ func makeReposWinNew() *gadgets.GenericWindow { t = nil } found := findReposWithPatches() - me.forge.PrintHumanTable(found) + footer := found.PrintDefaultTB() + log.Info(footer) // make the window for the first time t = addWindowPB(insertWin, found) |
