shithub: hell

Download patch

ref: 5e1ec6cb543f4787b86e5c101fd3bb77a2ba113b
parent: ed65915d10614ad95e1ac809058e81dca32e1578
author: penny <penny@limitedideas.org>
date: Thu Oct 16 16:14:08 EDT 2025

return from /read even when there's nothing to update

git/query: bad hash 2919140627c20b2b0807240e5bd2652070b6f191
--- a/main.go
+++ b/main.go
@@ -178,8 +178,8 @@
 					if err != nil {
 						fmt.Print(err)
 					}
-					return
 				}
+				return
 			case "notice":
 				defer hc.prompt.UpdatePrompt()
 				defer hc.pause(true)
--