diff options
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 4 |
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) |
