summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/main.go b/main.go
index 721cc76..35f0473 100644
--- a/main.go
+++ b/main.go
@@ -64,11 +64,14 @@ func main() {
done = true
}
- // do the gui at the very end
- if argv.DoGui {
+ if argv.DoPatchSet {
sendDevelDiff()
- sendMasterDiff()
+ // sendMasterDiff()
okExit("patches")
+ }
+
+ // do the gui at the very end
+ if argv.DoGui {
doGui()
}
if !done {