summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-28 03:00:42 -0600
committerJeff Carr <[email protected]>2024-12-28 03:00:42 -0600
commitd02ced3f2e84dca6e207335df48e48fc4549c0bc (patch)
treec4767765af278a26f2f3bc0952fd040746c3e375 /send.go
parenta957c22f8b63f390fc4289b93a84e921e5c3d64d (diff)
starting to work. maybe
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
}