summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 06:32:37 -0600
committerJeff Carr <[email protected]>2025-02-08 06:32:37 -0600
commit8cc487393f0ab7a33c3305cd7cd39c6ac35c9072 (patch)
treee896cf1b002a39afd9de4558c3ece66979dca7f3 /main.go
parent021c7774b2b66c8fe989d27f13ea5b1fd2dbd94c (diff)
checks for more things
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7b6f78c..9fd672d 100644
--- a/main.go
+++ b/main.go
@@ -113,6 +113,8 @@ func main() {
badExit(errors.New(msg))
}
+ me.forge.RillFuncError(rillPurge)
+
// run this each time something gets published successfully
rePrepareRelease()