summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 00:23:04 -0600
committerJeff Carr <[email protected]>2025-01-08 00:23:04 -0600
commitd5143b94b8527eb94e09f9c46443a2e359e1219b (patch)
treefbac750ff8d641fe5983e384b41650ab5bff5e43 /windowPatches.go
parentb27a1fccad08a8aac11b73097e93a6aa97bf87f7 (diff)
show a single repo
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 9cb0d00..0b353ab 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")
- doCobol()
+ doHumanTable()
return
}
})
@@ -112,7 +112,7 @@ func submitPatchesBox(box *gui.Node) *patchSummary {
}
if IsAnythingDirty() {
log.Info("You can't apply patches when repos are dirty")
- doCobol()
+ doHumanTable()
return
}
applyPatchset(pset)