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 /doGui.go | |
| parent | e896cae995a1d0be5f172bf856b732b5fbf14017 (diff) | |
common code moved to forgepb
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ func debug() { } doCheckDirtyAndConfigSave() - found := findDirty() + found := me.forge.FindDirty() dirty := found.Len() if me.repoDirtyB != nil { |
