aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle.go
diff options
context:
space:
mode:
Diffstat (limited to 'git_hooks_handle.go')
-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 9b0f966..f2359a2 100644
--- a/git_hooks_handle.go
+++ b/git_hooks_handle.go
@@ -82,7 +82,7 @@ func hooks_handle_connection(conn net.Conn) {
ssh_stderr = pack_to_hook.session.Stderr()
- ssh_stderr.Write([]byte{'\n'})
+ _, _ = ssh_stderr.Write([]byte{'\n'})
hook_return_value = func() byte {
var argc64 uint64