summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 13:59:59 -0600
committerJeff Carr <[email protected]>2025-01-17 13:59:59 -0600
commit2b10e228d276b0a81b79bbdaf881f44a6f9208fb (patch)
tree9bb72d87b7fb8035fa7b523050b685eecc698e2d /main.go
parentfc9c26cc8d9843398d0a0d643598a7cda6b976f7 (diff)
fix commandline patch submitv0.22.43
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.go b/main.go
index 4312d33..93e7427 100644
--- a/main.go
+++ b/main.go
@@ -172,9 +172,8 @@ func main() {
okExit("")
}
if argv.Patch != nil {
- if argv.Patch.Show != nil {
- sendDevelDiff("fixme")
- // sendMasterDiff()
+ if argv.Patch.Submit != "" {
+ doSubmit(argv.Patch.Submit)
okExit("")
}