summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
Diffstat (limited to 'send.go')
-rw-r--r--send.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/send.go b/send.go
index 67fec90..f1f5dd4 100644
--- a/send.go
+++ b/send.go
@@ -90,6 +90,8 @@ func getPatch(pbfile string) error {
f, _ := os.OpenFile(filename, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
f.Write(body)
f.Close()
+
+ doit(body)
return nil
}