summaryrefslogtreecommitdiff
path: root/windowRepos.go
diff options
context:
space:
mode:
Diffstat (limited to 'windowRepos.go')
-rw-r--r--windowRepos.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/windowRepos.go b/windowRepos.go
index a507bc5..c9fb3af 100644
--- a/windowRepos.go
+++ b/windowRepos.go
@@ -115,7 +115,7 @@ func (r *repoWindow) repoMenu() *gui.Node {
r.Disable()
if IsAnythingDirty() {
log.Info("You can't apply patches when repos are dirty")
- doHumanTable()
+ me.forge.PrintHumanTable(me.found)
return
}
if !r.mergeAllUserToDevel() {