parent:
3e75cb58402f36226938f1fa6092c501520c6c22
nmyk <nick@nmyk.io>
2026-02-23T21:54:11-05:00
update git push error msg
diff --git a/internal/handlers/handlers.go b/internal/handlers/handlers.go
index 9b30b6891f9fe71546e10a9bfa9d5a092e7c6781..02671d9981532bd09e5dc6092300168e17c539fb 100644
--- a/internal/handlers/handlers.go
+++ b/internal/handlers/handlers.go
@@ -499,7 +499,7 @@ m := r.Method
if q == "service=git-receive-pack" {
w.WriteHeader(http.StatusMethodNotAllowed)
- w.Write([]byte("bidet is for output, not input"))
+ w.Write([]byte("bidet is for output, not input 💦"))
return
}