diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 00:51:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 00:51:53 -0600 |
| commit | bcabf1b3b75f86f09114116afb2636b507ededcc (patch) | |
| tree | ab3d79102bba613ddc43bc3a2a1daee9003b0fdb /windowRepos.go | |
| parent | d5143b94b8527eb94e09f9c46443a2e359e1219b (diff) | |
move COBOL like print table into forgepb
Diffstat (limited to 'windowRepos.go')
| -rw-r--r-- | windowRepos.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowRepos.go b/windowRepos.go index a507bc5..c9fb3af 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -115,7 +115,7 @@ func (r *repoWindow) repoMenu() *gui.Node { r.Disable() if IsAnythingDirty() { log.Info("You can't apply patches when repos are dirty") - doHumanTable() + me.forge.PrintHumanTable(me.found) return } if !r.mergeAllUserToDevel() { |
