summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 00:51:53 -0600
committerJeff Carr <[email protected]>2025-01-08 00:51:53 -0600
commitbcabf1b3b75f86f09114116afb2636b507ededcc (patch)
treeab3d79102bba613ddc43bc3a2a1daee9003b0fdb /windowPatches.go
parentd5143b94b8527eb94e09f9c46443a2e359e1219b (diff)
move COBOL like print table into forgepb
Diffstat (limited to 'windowPatches.go')
-rw-r--r--windowPatches.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/windowPatches.go b/windowPatches.go
index 0b353ab..3902444 100644
--- a/windowPatches.go
+++ b/windowPatches.go
@@ -95,7 +95,7 @@ func submitPatchesBox(box *gui.Node) *patchSummary {
}
if IsAnythingDirty() {
log.Info("You can't apply patches when repos are dirty")
- doHumanTable()
+ me.forge.PrintHumanTable(me.found)
return
}
})
@@ -112,7 +112,7 @@ func submitPatchesBox(box *gui.Node) *patchSummary {
}
if IsAnythingDirty() {
log.Info("You can't apply patches when repos are dirty")
- doHumanTable()
+ me.forge.PrintHumanTable(me.found)
return
}
applyPatchset(pset)