From cbf280f54ced411020e4526aa2be21cd50aff529 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 18 Mar 2025 19:52:00 +0800 Subject: git_hooks_client -> hookc --- git_hooks_handle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_hooks_handle.go') 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 -- cgit v1.2.3