diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 19:06:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 19:06:08 -0500 |
| commit | 6f4ec05ccb6875aa23e3601c18973ac1759fb456 (patch) | |
| tree | ca3e484177c2283588575451dd8915a0e57f039e /windowReposFix.go | |
| parent | e896cae995a1d0be5f172bf856b732b5fbf14017 (diff) | |
common code moved to forgepb
Diffstat (limited to 'windowReposFix.go')
| -rw-r--r-- | windowReposFix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowReposFix.go b/windowReposFix.go index 9fa38f1..64ea40f 100644 --- a/windowReposFix.go +++ b/windowReposFix.go @@ -255,7 +255,7 @@ func makeHackModeWindow(stdwin *stdReposTableWin) { grid.NewButton("show dirty repos on win.Bottom", func() { log.Info("try to show dirty repos on bottom") - found := findDirty() + found := me.forge.FindDirty() stdwin.doReposTable(found) }) |
