diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 { |
