summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index fc92115..380506c 100644
--- a/doGui.go
+++ b/doGui.go
@@ -273,6 +273,7 @@ func findMergeToDevel() *gitpb.Repos {
log.Printf("devel branch check. %d total repos. (%d ok) (%d not on devel branch) (%s)\n", total, count, nope, shell.FormatDuration(time.Since(now)))
return found
}
+
func findMergeToMaster() *gitpb.Repos {
found := new(gitpb.Repos)