aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-18 19:52:00 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-18 19:52:00 +0800
commitcbf280f54ced411020e4526aa2be21cd50aff529 (patch)
treea403cc384a92fdb225680be9cac025874133759d /git_hooks_handle.go
parentRevert "Comic Sans" (diff)
downloadforge-cbf280f54ced411020e4526aa2be21cd50aff529.tar.gz
forge-cbf280f54ced411020e4526aa2be21cd50aff529.tar.zst
forge-cbf280f54ced411020e4526aa2be21cd50aff529.zip
git_hooks_client -> hookc
Diffstat (limited to '')
-rw-r--r--git_hooks_handle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_hooks_handle.go b/git_hooks_handle.go
index 7da6c88..178b3c7 100644
--- a/git_hooks_handle.go
+++ b/git_hooks_handle.go
@@ -28,7 +28,7 @@ var (
err_get_ucred = errors.New("failed getsockopt")
)
-// hooks_handle_connection handles a connection from git_hooks_client via the
+// hooks_handle_connection handles a connection from hookc via the
// unix socket.
func hooks_handle_connection(conn net.Conn) {
var ctx context.Context