shithub: hell

Download patch

ref: 2a710fbb94545ad9ba3144ebab73da2bf5df7bc1
parent: 5c98f49d8a0818e711b76863bbcd2803fe440748
author: penny <penny@limitedideas.org>
date: Tue Sep 23 17:24:01 EDT 2025

forgot a line

--- a/main.go
+++ b/main.go
@@ -137,7 +137,7 @@
 				hc.pause(false)
 				return
 			case "rm":
-				if foundindex && *recentpost != nil {
+				if !foundindex && *recentpost != nil {
 					deletefunc := func(job *GenericJob) {
 						err = client.DeleteStatus(context.Background(), (*recentpost).ID)
 					}
--